PR: ports/200631 Submitted by: Walter Hop Security: VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18
11 lines
326 B
Text
11 lines
326 B
Text
--- build/gnuauto/configure.in.orig 2008-03-24 21:08:16 UTC
|
|
+++ build/gnuauto/configure.in
|
|
@@ -72,7 +72,7 @@ AC_ARG_ENABLE(debug,[ --enable-debug
|
|
if test $debug_build = yes; then
|
|
CFLAGS="$save_cflags -g"
|
|
else
|
|
- CFLAGS="-O2 $save_cflags"
|
|
+ CFLAGS="$save_cflags"
|
|
fi
|
|
#
|
|
# =============================================
|