blob: c65c0ebc98c9917789133fe3e03103e8970b9ad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- macros/debug.m4.orig Thu Feb 22 17:34:16 2001
+++ macros/debug.m4 Sun Jun 24 22:59:18 2001
@@ -15,7 +15,7 @@
,
AC_MSG_RESULT(no)
dnl Kovi, don't hate me... :)
- DEBUG_CFLAGS="-O3 -fomit-frame-pointer -pipe -ffast-math"
+ DEBUG_CFLAGS=""
)
AC_SUBST(DEBUG_CFLAGS)
])
|