From 747b4c856e6e312e7cb72e8b7cdfc17662c824e2 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 25 Jan 2000 19:09:28 +0000 Subject: [PATCH] turned on higher level of optimization in the optimized build --- configure/CONFIG_COMMON | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_COMMON b/configure/CONFIG_COMMON index fcb51e786..f07162876 100644 --- a/configure/CONFIG_COMMON +++ b/configure/CONFIG_COMMON @@ -90,7 +90,7 @@ GCC_STRICT = $(GCC) -ansi -pedantic GCC_TRAD = $(GCC) -traditional GCC_WARN_YES = -Wall GCC_WARN_NO = -w -GCC_OPT_YES = -O +GCC_OPT_YES = -O3 GCC_OPT_NO = -g GCC_SFLAGS_YES = -static GCC_SFLAGS_NO =