mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
12 lines
349 B
Text
12 lines
349 B
Text
--- configure.orig Tue Jun 15 18:11:25 2004
|
|
+++ configure Mon Aug 30 03:37:21 2004
|
|
@@ -4533,8 +4533,7 @@
|
|
enableval="$enable_debug"
|
|
CFLAGS="-pipe -Wall -O0 -g"
|
|
else
|
|
- CFLAGS="-pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC -fPIC \
|
|
- -ffast-math -fomit-frame-pointer -funroll-loops"
|
|
+ CFLAGS="$CFLAGS -DNO_DEBUG -DPIC -fPIC"
|
|
|
|
fi;
|
|
|