13 lines
388 B
Diff
13 lines
388 B
Diff
Index: stk-4.4.3/configure.ac
|
|
===================================================================
|
|
--- stk-4.4.3.orig/configure.ac
|
|
+++ stk-4.4.3/configure.ac
|
|
@@ -65,7 +65,7 @@ if test "$debug" = "yes"; then
|
|
else
|
|
AC_SUBST( debug, [no] )
|
|
AC_SUBST( cppflag, [] )
|
|
- AC_SUBST( cxxflag, [-O3] )
|
|
+ AC_SUBST( cxxflag, [] )
|
|
AC_SUBST( object_path, [Release] )
|
|
fi
|
|
AC_MSG_RESULT($debug)
|