]> git.pld-linux.org Git - packages/fox.git/blob - fox-opt.patch
- ghost soname symlinks
[packages/fox.git] / fox-opt.patch
1 --- fox-1.0.30/configure.in.orig        Sat Jan 11 06:01:11 2003
2 +++ fox-1.0.30/configure.in     Tue Jan 28 19:29:29 2003
3 @@ -240,7 +237,7 @@
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"
9  fi
10  
11  dnl Building for release
12 @@ -248,7 +245,7 @@
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
19  CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
20  fi
This page took 0.057621 seconds and 3 git commands to generate.