mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
build: remove node_debug from config.gypi
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user