Skip to content

Commit

Permalink
Disable GDBJIT support by default in Debug mode.
Browse files Browse the repository at this point in the history
R=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/11195043

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@12763 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
ulan@chromium.org committed Oct 18, 2012
1 parent b9ad356 commit 3c2f89b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/common.gypi
Expand Up @@ -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': {
Expand Down

0 comments on commit 3c2f89b

Please sign in to comment.