From d58fb3563c568f2d4709cee85a1de4b465d758a2 Mon Sep 17 00:00:00 2001 From: alanh <> Date: Mon, 27 Nov 2000 22:06:25 +0000 Subject: [PATCH] turn on some compiler optimizations for alpha --- swlibs/include/make/makefile.autoconf.bottom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swlibs/include/make/makefile.autoconf.bottom b/swlibs/include/make/makefile.autoconf.bottom index 3d04279..b528374 100644 --- a/swlibs/include/make/makefile.autoconf.bottom +++ b/swlibs/include/make/makefile.autoconf.bottom @@ -53,7 +53,8 @@ GLIDE_DEBUG_GDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG else ifeq ("@FX_GLIDE_BUILD_ARCHITECTURE@","alpha") GLIDE_DEBUG_GCFLAGS = -O2 -mcpu=ev6 -GLIDE_DEBUG_GDEFS = -DBIG_OPT +GLIDE_DEBUG_GDEFS = -fomit-frame-pointer \ + -fexpensive-optimizations -ffast-math -DBIG_OPT else ifeq ("@FX_GLIDE_BUILD_ARCHITECTURE@","ia64") GLIDE_DEBUG_GCFLAGS = -O3