From: Ben Noordhuis Date: Tue, 23 Oct 2012 15:38:41 +0000 (+0200) Subject: build: re-enable gdbjit, honor --gdb again X-Git-Tag: v0.9.3~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=160e4d053481f3ad85e5532a353a68c1565764d2;p=platform%2Fupstream%2Fnodejs.git build: re-enable gdbjit, honor --gdb again Note that you need to start node with --gdbjit for it to become effective. --- diff --git a/configure b/configure index 7c2550f..1f13434 100755 --- a/configure +++ b/configure @@ -340,7 +340,7 @@ def configure_arm(o): def configure_node(o): - # TODO add gdb + o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0 o['variables']['v8_no_strict_aliasing'] = 1 # work around compiler bugs o['variables']['node_prefix'] = os.path.expanduser(options.prefix or '') o['variables']['node_install_npm'] = b(not options.without_npm)