]> git.pld-linux.org Git - packages/ClanLib.git/blob - ClanLib-OPT.patch
e8caae79596a89955b088e33afab1d80 ClanLib-0.5.0-1.tar.gz
[packages/ClanLib.git] / ClanLib-OPT.patch
1 diff -durN ClanLib-0.4.3.orig/configure.in ClanLib-0.4.3/configure.in
2 --- ClanLib-0.4.3.orig/configure.in     Mon Mar 13 18:55:21 2000
3 +++ ClanLib-0.4.3/configure.in  Sun Apr 16 18:14:18 2000
4 @@ -227,12 +227,12 @@
5      comp_mode="-DDEBUG=1 -g"
6      AC_MSG_RESULT([enabled])
7    else
8 -    comp_mode="-O3"
9 +    comp_mode=""
10      AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
11    fi
12  ],
13  [
14 -  comp_mode="-O3"
15 +  comp_mode=""
16    AC_MSG_RESULT([********** DISABLED FOR STABLE RELEASE VERSION **********])
17  ])
18  
This page took 0.112089 seconds and 3 git commands to generate.