Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove node_debug from config.gypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 18, 2012
1 parent 29ce743 commit ad42a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Expand Up @@ -173,7 +173,6 @@ def target_arch():
def configure_node(o):
# TODO add gdb
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_use_dtrace'] = b(options.with_dtrace)
o['variables']['node_install_npm'] = b(not options.without_npm)
Expand Down

0 comments on commit ad42a82

Please sign in to comment.