From: mstarzinger@chromium.org Date: Wed, 10 Oct 2012 11:13:15 +0000 (+0000) Subject: Enable compilation of GDBJIT interface on Linux. X-Git-Tag: upstream/4.7.83~15884 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c7b630d09223c2d63bd896707087d6e75fc8281;p=platform%2Fupstream%2Fv8.git Enable compilation of GDBJIT interface on Linux. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/11093046 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12685 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/build/common.gypi b/build/common.gypi index 125809d..a6397e1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -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': {