]> git.pld-linux.org Git - packages/fox.git/blame - fox-opt.patch
- BR/R: xorg-lib-libXi-devel
[packages/fox.git] / fox-opt.patch
CommitLineData
4cf8ec37 1--- fox-1.7.19/configure.in.orig 2009-06-08 15:44:02.800305559 +0200
2+++ fox-1.7.19/configure.in 2009-06-08 15:44:19.686993869 +0200
3@@ -370,7 +370,7 @@
c9aea078
JB
4 AC_ARG_ENABLE(debug,[ --enable-debug compile for debugging])
5 AC_MSG_RESULT([$enable_debug])
6 if test "x$enable_debug" = "xyes" ; then
7-CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
8+CXXFLAGS="${CXXFLAGS} -DDEBUG"
4cf8ec37 9 echo DEBUG
10 echo CXXFLAGS=$CXXFLAGS
c9aea078 11 fi
4cf8ec37 12@@ -380,7 +380,7 @@
c9aea078
JB
13 AC_ARG_ENABLE(release,[ --enable-release compile for release])
14 AC_MSG_RESULT([$enable_release])
15 if test "x$enable_release" = "xyes" ; then
16-CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
17+CXXFLAGS="${CXXFLAGS} -DNDEBUG"
18 if test "${GXX}" = "yes" ; then
4cf8ec37 19 CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
c9aea078 20 fi
This page took 0.090894 seconds and 4 git commands to generate.