4aff315557
- don't unconditionally add -O2 to CFLAGS; - use devel/sld12 instead of devel/sdl10 because the latter is doomed for deorbiting. Approved by: maintainer
14 lines
319 B
Text
14 lines
319 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Sat Dec 1 19:50:18 2001
|
|
+++ configure Wed Apr 17 16:00:28 2002
|
|
@@ -1055,7 +1055,7 @@
|
|
if test "$yyynooptimizing" = "yes"; then
|
|
YYY_CXXFLAGS="$YYY_CXXFLAGS -O0"
|
|
else
|
|
- YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
|
|
+# YYY_CXXFLAGS="$YYY_CXXFLAGS -O2"
|
|
fi
|
|
|
|
if test "$yyyprofiling" = "yes"; then
|