Browse Source

Compile gdbjit in by default on linux

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5895df4d0e
  1. 3
      wscript

3
wscript

@ -480,6 +480,9 @@ def v8_cmd(bld, variant):
, profile
)
if sys.platform.startswith("linux"): cmd += ' gdbjit=on '
if sys.platform.startswith("sunos"): cmd += ' toolchain=gcc'

Loading…
Cancel
Save