0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Compile gdbjit in by default on linux

This commit is contained in:
Ryan Dahl 2011-01-19 11:08:49 -08:00
parent a61066ea1b
commit 5895df4d0e

View File

@ -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'