diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-01-25 15:26:19 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-01-25 15:26:19 -0800 |
commit | 72bef516dc8082b4fb16c3bf26713b12d63ae6d1 (patch) | |
tree | d41bfe492647a3758ac3e26f4e4b1fe25414770d /wscript | |
parent | 5ad93ab573dbe9555db0c1b9ab26de6672e7cb07 (diff) | |
download | node-new-72bef516dc8082b4fb16c3bf26713b12d63ae6d1.tar.gz |
Revert "Preprocess out assert()"
This reverts commit 8bd7e4fad81bb62cb463831800ddde5059969f6b.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -601,7 +601,6 @@ def build(bld): make_macros(macros_loc_debug, "") # leave debug(x) as is in debug build # replace debug(x) with nothing in release build make_macros(macros_loc_default, "macro debug(x) = ;\n") - make_macros(macros_loc_default, "macro assert(x) = ;\n") if not bld.env["USE_DTRACE"]: make_macros(macros_loc_default, "macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;\n"); |