Revision: 12685
Author: [email protected]
Date: Wed Oct 10 04:13:15 2012
Log: Enable compilation of GDBJIT interface on Linux.
[email protected]
Review URL: https://codereview.chromium.org/11093046
http://code.google.com/p/v8/source/detail?r=12685
Modified:
/branches/bleeding_edge/build/common.gypi
=======================================
--- /branches/bleeding_edge/build/common.gypi Fri Sep 28 07:38:59 2012
+++ /branches/bleeding_edge/build/common.gypi Wed Oct 10 04:13:15 2012
@@ -351,6 +351,7 @@
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or
OS=="netbsd"', {
'cflags':
[ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
+ 'defines': ['ENABLE_GDB_JIT_INTERFACE',],
}],
['OS=="android"', {
'variables': {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev