Skip to content

Commit

Permalink
Disable GDBJIT support by default in Debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] 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
Original file line number Diff line number Diff line change
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.