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:
dbragg%netscape.com
2000-10-09 21:03:47 +00:00
parent 62b1de29bb
commit 3c75a71e7a

View File

@@ -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