| Index: build/debug.xcconfig
|
| ===================================================================
|
| --- build/debug.xcconfig (revision 3286)
|
| +++ build/debug.xcconfig (working copy)
|
| @@ -6,7 +6,10 @@
|
|
|
| COPY_PHASE_STRIP = NO
|
| GCC_OPTIMIZATION_LEVEL = 0
|
| -GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) DEBUG
|
| +// Would be nice to define DEBUG to prevent against people incorrectly defining
|
| +// it intstead of !NDEBUG, but it causes libxml to spew diagnostic info all
|
| +// over our layout tests.
|
| +// GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) DEBUG
|
| // Additional libc++ strictness; disabled because they break some things in
|
| // WebKit and some additional things when building with gcc 4.2.
|
| // GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) DEBUG _GLIBCXX_CONCEPT_CHECKS _GLIBCXX_DEBUG _GLIBCXX_DEBUG_PEDANTIC
|
|
|