mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
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
This commit is contained in:
parent
671c7746c6
commit
7ff0b7c27c
@ -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