summaryrefslogtreecommitdiff
blob: 3fcc28fb763c884243ef9d6f1928cb90038f2daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)