Revision: 13223 Author: [email protected] Date: Fri Dec 14 06:39:18 2012 Log: Attempt to fix build.
[email protected] BUG= Review URL: https://codereview.chromium.org/11565035 http://code.google.com/p/v8/source/detail?r=13223 Modified: /branches/bleeding_edge/build/standalone.gypi ======================================= --- /branches/bleeding_edge/build/standalone.gypi Fri Dec 14 06:27:06 2012 +++ /branches/bleeding_edge/build/standalone.gypi Fri Dec 14 06:39:18 2012 @@ -32,6 +32,7 @@ 'library%': 'static_library', 'component%': 'static_library', 'visibility%': 'hidden', + 'v8_enable_backtrace%': 0, 'msvs_multi_core_compile%': '1', 'mac_deployment_target%': '10.5', 'variables': { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
