]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-OPT.patch
- forgot to remove obsolete patch from spec
[packages/ClanLib.git] / ClanLib-OPT.patch
1 --- ClanLib-0.7.2/configure.in.orig     2003-02-25 22:46:52.000000000 +0100
2 +++ ClanLib-0.7.2/configure.in  2003-04-26 16:14:12.000000000 +0200
3 @@ -576,10 +576,9 @@
4  AC_ARG_ENABLE(debug,[  --enable-debug          Enable debugging support],
5  [
6    if test "$enableval" == "yes"; then
7 -    CXXFLAGS="$CXXFLAGS -DDEBUG=1 -g3 -ggdb3 -O0"
8 +    CXXFLAGS="$CXXFLAGS -DDEBUG=1 -g3 -ggdb3"
9      AC_MSG_RESULT([enabled])
10    else
11 -    CXXFLAGS="$CXXFLAGS -O2"
12      AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
13    fi
14  ],
This page took 0.06345 seconds and 3 git commands to generate.