Skip to content

Commit

Permalink
[FLAC] Fix coverage builds (google#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidovranken authored and inferno-chromium committed Aug 18, 2019
1 parent b1992b5 commit 2cb6fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/flac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ cd $SRC/flac/
./autogen.sh
if [[ $CFLAGS = *sanitize=memory* ]]
then
LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-static --disable-asm-optimizations --disable-sse
LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-static --disable-oggtest --disable-examples --disable-xmms-plugin --disable-asm-optimizations --disable-sse
else
LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-static
LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-static --disable-oggtest --disable-examples --disable-xmms-plugin
fi
make -j$(nproc)

Expand Down

0 comments on commit 2cb6fe0

Please sign in to comment.