blob: 3fc46551eb8321f9ad5e51c307834c9f0a7c266c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Mon Nov 27 23:54:52 2000
+++ configure Mon Nov 27 23:57:18 2000
@@ -4014,7 +4014,7 @@
withval="$with_optimization"
if test "$CXX" = "g++" || test "$CXX" = "c++" || test "$host_os" = "linux" ; then
- CXXFLAGS="-O3 -fforce-mem -fforce-addr -fomit-frame-pointer"
+ CXXFLAGS="$CXXFLAGS -fforce-mem -fforce-addr -fomit-frame-pointer"
fi
if test "$CXX" = "CC" && test "$host_os" = "hpux" ; then
CXXFLAGS="+O3 +a1"
|