Fix for rtm++ bug 50625. Added #pragma optimization_level 1 in non-debug Mac builds. r=sfraser, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@80743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,6 +60,11 @@
|
||||
#include "nsIWebBrowserChrome.h"
|
||||
#include "nsIWebBrowserChrome.h"
|
||||
|
||||
#if defined(XP_MAC) && !defined(DEBUG)
|
||||
//lower silly optimization level which takes an age for this file.
|
||||
#pragma optimization_level 1
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_seth
|
||||
#define DEBUG_UTF8_CONVERSION 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user