mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
11 lines
541 B
Text
11 lines
541 B
Text
--- configure.orig Sat Oct 20 16:05:45 2001
|
|
+++ configure Mon Apr 7 02:18:27 2003
|
|
@@ -1575,7 +1575,7 @@
|
|
if [ "x$GCCVER" != "xno" ]; then
|
|
echo "$as_me:1576: result: Turning on gcc optimisations" >&5
|
|
echo "${ECHO_T}Turning on gcc optimisations" >&6
|
|
- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer"
|
|
+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer"
|
|
if [ "x$GCCVER" = "x3" ]; then
|
|
echo "$as_me:1580: result: Turning on gcc 3 optimisations" >&5
|
|
echo "${ECHO_T}Turning on gcc 3 optimisations" >&6
|