]> git.pld-linux.org Git - packages/cdrdao.git/blob - cdrdao-opt.patch
- updated to 1.1.7
[packages/cdrdao.git] / cdrdao-opt.patch
1 --- cdrdao-1.1.7/paranoia/configure.in.orig     Wed Dec 25 21:01:50 2002
2 +++ cdrdao-1.1.7/paranoia/configure.in  Wed Dec 25 21:05:21 2002
3 @@ -17,11 +17,11 @@
4         case $host in 
5         i?86-*-linux*)
6                 DEBUG="-g -Wall -fsigned-char"
7 -               OPT="-O20 -ffast-math -fsigned-char -finline-functions"
8 +               OPT="$CFLAGS -ffast-math -fsigned-char -finline-functions"
9                  ;;
10         *)
11                 DEBUG="-g -Wall -fsigned-char"
12 -               OPT="-O20 -fsigned-char"
13 +               OPT="$CFLAGS -fsigned-char"
14                  ;;
15          esac
16  fi
This page took 0.165508 seconds and 3 git commands to generate.