ref: a47f11eb6a3bcc2a2beafefaeb83f78b021793cb
parent: bc2e017bfc05d0fd269b86b715be8fbe8c1c4228
author: rrt <rrt>
date: Tue Apr 3 12:27:38 EDT 2007
Remove -O3 hack, we don't need it any more.
--- a/configure.ac
+++ b/configure.ac
@@ -17,10 +17,6 @@
AC_SUBST(LIBTOOL_DEPS)
m4_ifdef([PKG_PROG_PKG_CONFIG], [PKG_PROG_PKG_CONFIG])
-if test "$GCC" = "yes"; then
- CFLAGS="-O3 -fomit-frame-pointer"
-fi
-
dnl Debugging
AC_MSG_CHECKING([if we want a debug build])
AC_ARG_ENABLE(debug,