Disable GDBJIT support by default in Debug mode.
R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/11195043 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12763 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
d04a1fff1f
commit
d558d1e522
@ -357,7 +357,6 @@
|
||||
['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': {
|
||||
|
Loading…
Reference in New Issue
Block a user