Reviewers: Søren Gjesse, Description: Change to allow d8 to compile on MacOSX.
Please review this at http://codereview.chromium.org/1747014/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/v8.xcodeproj/project.pbxproj Index: tools/v8.xcodeproj/project.pbxproj =================================================================== --- tools/v8.xcodeproj/project.pbxproj (revision 4491) +++ tools/v8.xcodeproj/project.pbxproj (working copy) @@ -1588,7 +1588,9 @@ GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", DEBUG, + ENABLE_LOGGING_AND_PROFILING, V8_ENABLE_CHECKS, + ENABLE_VMSTATE_TRACKING, ); GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_TREAT_WARNINGS_AS_ERRORS = YES; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
