blob: e87350549e27b52a0ba58ad01a064d8e431520b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- configure Mon Mar 6 13:25:50 2000
+++ configure.new Mon Mar 6 13:33:37 2000
@@ -3561,7 +3561,10 @@
if test "x$enable_release" = "xyes" ; then
CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
if test "${GXX}" = "yes" ; then
-CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fexpensive-optimizations"
+if test "${with_profiling}" = ""; then
+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer"
+fi
fi
fi
|