Use higher optimization settings for jsinterp.cpp to ensure inlining.

This commit is contained in:
Andreas Gal 2008-06-10 13:59:43 -07:00
parent b54446d182
commit 5f7b163827

View File

@ -123,7 +123,7 @@ INTERP_OPTIMIZER = -O2 -GL
LDFLAGS += -LTCG
else
OPTIMIZER = -Os
INTERP_OPTIMIZER = -Os
INTERP_OPTIMIZER = -O6 -fomit-frame-pointer -fno-rtti
endif
DEFINES += -UDEBUG -DNDEBUG -UDEBUG_$(USER)
OBJDIR_TAG = _OPT