From 5895df4d0e21b00edb87165d8a79b1b4fde3d271 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 19 Jan 2011 11:08:49 -0800 Subject: [PATCH] Compile gdbjit in by default on linux --- wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wscript b/wscript index c1f8781..cea07f1 100644 --- a/wscript +++ b/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' -- 2.7.4