summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoriposva@chromium.org <iposva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 00:10:01 +0000
committeriposva@chromium.org <iposva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 00:10:01 +0000
commit0cd184dc84026657eff627aa0a6af86510f04a19 (patch)
tree407e7ca58584f7255b17fca32a047d49db6c61f6 /build
parent68bf60380800cbd4210f32433ec0310aa8646da2 (diff)
downloadchromium_src-0cd184dc84026657eff627aa0a6af86510f04a19.zip
chromium_src-0cd184dc84026657eff627aa0a6af86510f04a19.tar.gz
chromium_src-0cd184dc84026657eff627aa0a6af86510f04a19.tar.bz2
DEBUG was dropped from the preprocessor macros at some point. Add it
back into the V8 Xcode project to make sure that assertions are enabled in debug builds. Review URL: http://codereview.chromium.org/21062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/v8.xcodeproj/project.pbxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/v8.xcodeproj/project.pbxproj b/build/v8.xcodeproj/project.pbxproj
index b6366d7..923b81d 100644
--- a/build/v8.xcodeproj/project.pbxproj
+++ b/build/v8.xcodeproj/project.pbxproj
@@ -1333,6 +1333,7 @@
buildSettings = {
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
+ DEBUG,
ENABLE_DISASSEMBLER,
ENABLE_LOGGING_AND_PROFILING,
);