mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8503536d38
Approved by: portmgr (kris)
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
--- beecrypt/configure.orig Wed Feb 13 16:03:22 2002
|
|
+++ beecrypt/configure Thu Mar 4 14:49:35 2004
|
|
@@ -6914,7 +6914,7 @@
|
|
fi
|
|
else
|
|
if test "$ac_cv_prog_gcc" = yes; then
|
|
- CFLAGS="$CFLAGS -O3 -g"
|
|
+ CFLAGS="$CFLAGS -O2 -g"
|
|
if test "$ac_enable_optimized" = yes; then
|
|
case $target_cpu in
|
|
# XXX these need checking with versions of gcc
|