Revision: 12720 Author: [email protected] Date: Mon Oct 15 00:07:58 2012 Log: Synced Scons with GYP build. ;-)
[email protected] Review URL: https://codereview.chromium.org/11155005 http://code.google.com/p/v8/source/detail?r=12720 Modified: /branches/bleeding_edge/SConstruct ======================================= --- /branches/bleeding_edge/SConstruct Fri May 18 04:15:14 2012 +++ /branches/bleeding_edge/SConstruct Mon Oct 15 00:07:58 2012 @@ -59,7 +59,7 @@ 'CPPDEFINES': ['V8_INTERPRETED_REGEXP'] }, 'mode:debug': { - 'CPPDEFINES': ['V8_ENABLE_CHECKS', 'OBJECT_PRINT'] + 'CPPDEFINES': ['V8_ENABLE_CHECKS', 'OBJECT_PRINT', 'VERIFY_HEAP'] }, 'objectprint:on': { 'CPPDEFINES': ['OBJECT_PRINT'], -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
