]> git.pld-linux.org Git - packages/ClanLib.git/blame - ClanLib-OPT.patch
- Updated (reverted even...) for ClanLib 0.6.5
[packages/ClanLib.git] / ClanLib-OPT.patch
CommitLineData
ff4598e0 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 @@
0be7b73b
JB
5 AC_ARG_ENABLE(debug,[ --enable-debug Enable debugging support],
6 [
7 if test "$enableval" == "yes"; then
ff4598e0 8- comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0"
9+ comp_mode="-DDEBUG=1 -g3 -ggdb3"
d5b9477b
JK
10 AC_MSG_RESULT([enabled])
11 else
ff4598e0 12- comp_mode="-O2"
d5b9477b
JK
13 AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
14 fi
15 ],
This page took 0.05515 seconds and 4 git commands to generate.