openbsd-ports/games/abuse/patches/patch-configure_ac

13 lines
447 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.3 2012/04/06 13:46:11 sthen Exp $
--- configure.ac.orig Fri Mar 9 21:16:53 2012
+++ configure.ac Fri Mar 9 21:16:55 2012
@@ -69,7 +69,7 @@ if test "${enable_debug}" = "yes"; then
AC_DEFINE(HAVE_DEBUG, 1, Define to 1 to activate debug)
OPT="-O0"
else
- OPT="-O2 -fno-strength-reduce -fomit-frame-pointer"
+ OPT="-fno-strength-reduce -fomit-frame-pointer"
fi
if test "${enable_release}" = "yes"; then