diff options
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index ab5b98d..da69679 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -14,7 +14,7 @@ 'src', ], 'configurations': { - 'Debug': { + 'Debug_Base': { 'defines': [ # This is needed for GTMLogger to work correctly. 'DEBUG', @@ -115,7 +115,7 @@ ], }, 'configurations': { - 'Release': { + 'Release_Base': { 'xcode_settings': { # dump_syms crashes when built at -O1, -O2, and -O3. It does # not crash at -Os. To play it safe, dump_syms is always built |