2012-08-27 09:34:42 +00:00

13 lines
431 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/08/27 09:34:42 jasper Exp $
--- configure.orig Mon Mar 26 19:45:55 2012
+++ configure Mon Mar 26 19:46:28 2012
@@ -12559,8 +12559,6 @@ fi
# use optimizations
if [ $use_optimizations = "yes" ]; then
- check_cc_options -O3 && \
- SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -O3"
check_cc_options -fomit-frame-pointer && \
SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -fomit-frame-pointer"
fi