Fix bug 114915 -- app not starting up in Mac opt builds. Work around a CodeWarrior optimizer bug by bumping down the optimization level for the optimized target. r=brendan, sr=shaver, a=Roto-rooter
git-svn-id: svn://10.0.0.236/trunk@110422 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
016cebc43b
commit
28c8490d87
@ -29,3 +29,8 @@
|
||||
|
||||
#include "MacPrefix.h"
|
||||
#include "JavaScriptConfig.h"
|
||||
|
||||
// Bump down the optimization level to avoid a bug in the Pro 7 optimizer
|
||||
// with JS_ISIDENT() called with -1 (see bug 114915).
|
||||
|
||||
#pragma optimization_level 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user