blob: ae9de9ab36ef7e677014d0d1acf8ba48a68a455d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/configure.ac
+++ b/configure.ac
@@ -178,14 +178,6 @@
[enable_debug=$enableval],
[enable_debug=no])
-AS_IF([test "x$enable_debug" = "xyes"], [
- CFLAGS="-g -O0"
- CXXFLAGS="-g -O0"
-], [
- CFLAGS="-O2"
- CXXFLAGS="-O2"
-])
-
AC_OUTPUT
AC_MSG_RESULT([
$PACKAGE $VERSION
|