]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-OPT.patch
- cosmetics
[packages/ClanLib.git] / ClanLib-OPT.patch
1 diff -Nur ClanLib-0.6.5/configure.in ClanLib-0.6.5-OPT/configure.in
2 --- ClanLib-0.6.5/configure.in  2002-08-05 20:00:03.000000000 +0200
3 +++ ClanLib-0.6.5-OPT/configure.in      2003-05-30 01:32:25.000000000 +0200
4 @@ -575,10 +575,9 @@
5  AC_ARG_ENABLE(debug,[  --enable-debug          Enable debugging support],
6  [
7    if test "$enableval" == "yes"; then
8 -    comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0"
9 +    comp_mode="-DDEBUG=1 -g3 -ggdb3"
10      AC_MSG_RESULT([enabled])
11    else
12 -    comp_mode="-O2"
13      AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
14    fi
15  ],
This page took 0.071278 seconds and 3 git commands to generate.