From 1a8c341298d0f109994549c972039831e7df67f6 Mon Sep 17 00:00:00 2001 From: Igor Bukanov Date: Tue, 8 Jul 2008 11:15:43 +0200 Subject: [PATCH] [Bug 430617] Optimized shell uses the same options as the the non-debug browser build. r=mrbkap, not-part-of-browser-build --- js/src/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/config.mk b/js/src/config.mk index 451a77ac964..79fc3b449a1 100644 --- a/js/src/config.mk +++ b/js/src/config.mk @@ -127,7 +127,7 @@ INTERP_OPTIMIZER = -O2 -GL LDFLAGS += -LTCG else OPTIMIZER = -Os -fno-exceptions -fno-rtti -INTERP_OPTIMIZER = -Os -fno-exceptions -fno-rtti +INTERP_OPTIMIZER = -O3 -fstrict-aliasing -fno-exceptions -fno-rtti endif DEFINES += -UDEBUG -DNDEBUG -UDEBUG_$(USER) OBJDIR_TAG = _OPT