Skip to content

Commit

Permalink
build: re-enable gdbjit, honor --gdb again
Browse files Browse the repository at this point in the history
Note that you need to start node with --gdbjit for it to become effective.
  • Loading branch information
bnoordhuis committed Oct 23, 2012
1 parent e8b0427 commit 160e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 160e4d0

Please sign in to comment.