mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
11 lines
486 B
Text
11 lines
486 B
Text
--- configure.in.orig Sat Oct 20 15:34:19 2001
|
|
+++ configure.in Mon Apr 7 02:18:22 2003
|
|
@@ -118,7 +118,7 @@
|
|
else
|
|
if [[ "x$GCCVER" != "xno" ]]; then
|
|
AC_MSG_RESULT(Turning on gcc optimisations)
|
|
- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer"
|
|
+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer"
|
|
if [[ "x$GCCVER" = "x3" ]]; then
|
|
AC_MSG_RESULT(Turning on gcc 3 optimisations)
|
|
CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno"
|