Browse Source

build: remove node_debug from config.gypi

v0.7.4-release
Ben Noordhuis 13 years ago
parent
commit
ad42a82df5
  1. 1
      configure

1
configure

@ -173,7 +173,6 @@ def target_arch():
def configure_node(o): def configure_node(o):
# TODO add gdb # TODO add gdb
o['variables']['node_use_isolates'] = b(not options.without_isolates) o['variables']['node_use_isolates'] = b(not options.without_isolates)
o['variables']['node_debug'] = b(options.debug)
o['variables']['node_prefix'] = options.prefix if options.prefix else '' o['variables']['node_prefix'] = options.prefix if options.prefix else ''
o['variables']['node_use_dtrace'] = b(options.with_dtrace) o['variables']['node_use_dtrace'] = b(options.with_dtrace)
o['variables']['node_install_npm'] = b(not options.without_npm) o['variables']['node_install_npm'] = b(not options.without_npm)

Loading…
Cancel
Save