69fa2f2a34
- Take maintainership PR: ports/97764 Submitted by: shaun (me) Approved by: ahze (mentor)
11 lines
410 B
Text
11 lines
410 B
Text
--- configure.orig Tue Mar 21 07:09:23 2006
|
|
+++ configure Wed May 24 01:06:39 2006
|
|
@@ -25469,7 +25469,7 @@
|
|
if test "x$enable_release" = "xyes" ; then
|
|
CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
|
|
if test "${GXX}" = "yes" ; then
|
|
-CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fno-strict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
|
|
+CXXFLAGS="${CXXFLAGS} -Wuninitialized"
|
|
fi
|
|
fi
|
|
|