mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
14 lines
427 B
Plaintext
Executable File
14 lines
427 B
Plaintext
Executable File
//--------------------------------------------------------------------------------
|
|
//
|
|
// BrowserHeadersDebug.pch++
|
|
//
|
|
// Includes BrowserHeaders.pch.h, which generates or loads the precompiled header file
|
|
// Flags could be set here to control that compilation
|
|
//
|
|
//--------------------------------------------------------------------------------
|
|
|
|
#define wantDebugging 1
|
|
#define wantProfiles 1
|
|
|
|
#include "BrowserHeaders.pch.h"
|