We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ff40e commit 8bd7e4fCopy full SHA for 8bd7e4f
wscript
@@ -601,6 +601,7 @@ def build(bld):
601
make_macros(macros_loc_debug, "") # leave debug(x) as is in debug build
602
# replace debug(x) with nothing in release build
603
make_macros(macros_loc_default, "macro debug(x) = ;\n")
604
+ make_macros(macros_loc_default, "macro assert(x) = ;\n")
605
606
if not bld.env["USE_DTRACE"]:
607
make_macros(macros_loc_default, "macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;\n");
0 commit comments