Skip to content

Commit 160e4d0

Browse files
committed
build: re-enable gdbjit, honor --gdb again
Note that you need to start node with --gdbjit for it to become effective.
1 parent e8b0427 commit 160e4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def configure_arm(o):
340340

341341

342342
def configure_node(o):
343-
# TODO add gdb
343+
o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
344344
o['variables']['v8_no_strict_aliasing'] = 1 # work around compiler bugs
345345
o['variables']['node_prefix'] = os.path.expanduser(options.prefix or '')
346346
o['variables']['node_install_npm'] = b(not options.without_npm)

0 commit comments

Comments
 (0)