From b052b6ee1bda7294ff166f6edc1c1c8c92fe7abd Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 14 Feb 2006 03:23:32 +0000 Subject: [PATCH] Accidentally reverted to -O3. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b1c51165..4f096811 100755 --- a/configure +++ b/configure @@ -2467,7 +2467,7 @@ if test "$ac_cv_prog_CC" = "gcc"; then if test "$with_debug" = yes; then CFLAGS="${CFLAGS} -Wall" else - CFLAGS="-O3 -Wall -fomit-frame-pointer" + CFLAGS="-O2 -Wall -fomit-frame-pointer" fi fi if test "$on_qnx" = yes; then