mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fix include order so that we get traceback tables in Mac OS X milestone builds. r=leaf
This commit is contained in:
parent
b3c9eb8565
commit
fea8c2b1e0
@ -47,9 +47,6 @@
|
||||
Order below does matter.
|
||||
*/
|
||||
|
||||
/* Read compiler options */
|
||||
#include "IDE_Options.h"
|
||||
|
||||
/* Read generated build options (written at build time). */
|
||||
#ifdef DEBUG
|
||||
#include "DefinesOptionsDebug.h"
|
||||
@ -57,6 +54,9 @@
|
||||
#include "DefinesOptions.h"
|
||||
#endif
|
||||
|
||||
/* Read compiler options */
|
||||
#include "IDE_Options.h"
|
||||
|
||||
/* Read file of defines global to the Mac build */
|
||||
#include "DefinesMac.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user