diff options
author | Ryan <ry@tinyclouds.org> | 2009-04-21 23:13:13 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-04-21 23:13:13 +0200 |
commit | 1542fc6a0bf229f140f57742db2d9bbdd01400cb (patch) | |
tree | 47292930eed58828cd40275b9719f49a0eb3f024 /wscript | |
parent | 707f244291ea098963e4226b2d9f5ed5c44a4991 (diff) | |
download | node-new-1542fc6a0bf229f140f57742db2d9bbdd01400cb.tar.gz |
add async dns for Socket
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ def configure(conf): # Configure default variant conf.setenv('default') - conf.env.append_value('CCFLAGS', ['-DNDEBUG', '-O2']) - conf.env.append_value('CXXFLAGS', ['-DNDEBUG', '-O2']) + conf.env.append_value('CCFLAGS', ['-DNDEBUG', '-O2', '-g']) + conf.env.append_value('CXXFLAGS', ['-DNDEBUG', '-O2', '-g']) conf.write_config_header("config.h") def build(bld): |