blob: 0e9d28885595b15e6f34483cc07233e0bb069321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,6 @@
CXXFLAGS="-Wall -O0 -g -D_DEBUG -fcommon"
AC_MSG_RESULT([yes])
else
- CFLAGS="-O3 -fcommon"
- CXXFLAGS="-O3 -fcommon"
AC_MSG_RESULT([no])
fi
|