]> git.pld-linux.org Git - packages/flac.git/blob - flac-opt.patch
- added opt patch (removed unwanted CFLAGS manipulation, incl. "-gdwarf4" to "dwarf4...
[packages/flac.git] / flac-opt.patch
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.058581 seconds and 3 git commands to generate.