We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b0427 commit 160e4d0Copy full SHA for 160e4d0
configure
@@ -340,7 +340,7 @@ def configure_arm(o):
340
341
342
def configure_node(o):
343
- # TODO add gdb
+ o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
344
o['variables']['v8_no_strict_aliasing'] = 1 # work around compiler bugs
345
o['variables']['node_prefix'] = os.path.expanduser(options.prefix or '')
346
o['variables']['node_install_npm'] = b(not options.without_npm)
0 commit comments