]> git.pld-linux.org Git - packages/codeblocks.git/blob - codeblocks-ac.patch
- updated to latest SVN snapshot
[packages/codeblocks.git] / codeblocks-ac.patch
1 --- codeblocks-17.12/m4/acinclude.m4.orig       2019-04-19 18:32:27.583835515 +0200
2 +++ codeblocks-17.12/m4/acinclude.m4    2019-04-19 18:33:27.033513448 +0200
3 @@ -97,8 +97,8 @@
4          AC_MSG_RESULT(yes)
5      else
6          AS_IF([test "x$enable_flags_setting" = "xyes"],[
7 -            CFLAGS="-O2 -ffast-math $CFLAGS"
8 -            CXXFLAGS="-O2 -ffast-math $CXXFLAGS"
9 +            CFLAGS="-Wall -ffast-math $CFLAGS"
10 +            CXXFLAGS="-Wall -ffast-math $CXXFLAGS"
11          ], [
12              : ${CFLAGS=""}
13              : ${CXXFLAGS=""}
This page took 0.081517 seconds and 3 git commands to generate.