blob: d4db1d81c5e3cc062401a61c4c97ada7ebc028a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: stk-4.4.4/configure.ac
===================================================================
--- stk-4.4.4.orig/configure.ac
+++ stk-4.4.4/configure.ac
@@ -80,8 +80,8 @@ fi
CPPFLAGS="$CPPFLAGS $cppflag"
# For debugging and optimization ... overwrite default because it has both -g and -O2
-echo "$CXXFLAGS"
-CXXFLAGS="$cxxflag"
+#echo "$CXXFLAGS"
+#CXXFLAGS="$cxxflag"
# Check compiler and use -Wall if gnu.
if [test $GXX = "yes" ;] then
|