]> git.pld-linux.org Git - packages/ClanLib.git/blame_incremental - ClanLib-OPT.patch
- Updated (reverted even...) for ClanLib 0.6.5
[packages/ClanLib.git] / ClanLib-OPT.patch
... / ...
CommitLineData
1diff -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.023853 seconds and 4 git commands to generate.