]> git.pld-linux.org Git - packages/flac.git/blame - flac-opt.patch
- fix build on x32 arch
[packages/flac.git] / flac-opt.patch
CommitLineData
061b946c
JB
1--- flac-1.3.1/configure.ac.orig 2014-11-27 03:45:33.598155763 +0100
2+++ flac-1.3.1/configure.ac 2014-11-29 09:01:11.196400208 +0100
3@@ -348,12 +348,9 @@
4
5 if test "x$debug" = xtrue; then
6 CPPFLAGS="-DDEBUG $CPPFLAGS"
7- CFLAGS=$(echo "$CFLAGS" | sed 's/-g//')
8- CFLAGS="-g $CFLAGS"
9 else
10 CPPFLAGS="-DNDEBUG $CPPFLAGS"
11- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//;s/-g//')
12- CFLAGS="-O3 -funroll-loops $CFLAGS"
13+ CFLAGS="$CFLAGS -O3 -funroll-loops"
14 fi
15
16 XIPH_GCC_VERSION
This page took 0.06498 seconds and 4 git commands to generate.