$OpenBSD$

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -31,8 +31,6 @@ if test "$enable_debug" = "yes"; then
    CXXFLAGS="-Wall -O0 -g -D_DEBUG -fcommon"
    AC_MSG_RESULT([yes])
 else
-   CFLAGS="-O3 -fcommon"
-   CXXFLAGS="-O3 -fcommon"
    AC_MSG_RESULT([no])
 fi
 
