]> git.pld-linux.org Git - packages/codeblocks.git/blame - codeblocks-ac.patch
- DON'T REMOVE UPGRADE INFORMATION FROM changelog
[packages/codeblocks.git] / codeblocks-ac.patch
CommitLineData
3f5816c1 1diff -Nur o.codeblocks-1.0rc2/acinclude.m4 n.codeblocks-1.0rc2/acinclude.m4
07d0eaa3 2--- o.codeblocks-1.0rc2/acinclude.m4 2005-12-08 17:10:24.454151072 +0100
3+++ n.codeblocks-1.0rc2/acinclude.m4 2005-12-08 17:10:13.204861224 +0100
3f5816c1 4@@ -65,12 +65,12 @@
07d0eaa3 5 AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug], [turn on debugging (default is OFF)])],,
6 enable_debug=$debug_default)
7 if test "x$enable_debug" = "xyes"; then
8- CFLAGS="$CFLAGS -g -DDEBUG"
9- CXXFLAGS="$CXXFLAGS -g -DDEBUG"
10+ CFLAGS="$CFLAGS -Wall -DDEBUG"
11+ CXXFLAGS="$CXXFLAGS -Wall -DDEBUG"
12 AC_MSG_RESULT(yes)
13 else
14- CFLAGS="$CFLAGS -O2 -ffast-math"
15- CXXFLAGS="$CXXFLAGS -O2 -ffast-math"
16+ CFLAGS="$CFLAGS -Wall -ffast-math"
17+ CXXFLAGS="$CXXFLAGS -Wall -ffast-math"
18 AC_MSG_RESULT(no)
19 fi
20
This page took 0.125769 seconds and 4 git commands to generate.