commit 37eecf221ee64b89044fc63bc70e67c168a6b38f parent 32a14379f14eda5913d8fcdbbb68974aa6bb24d3 Author: Raymond Li <hi@raymond.li> Date: Tue, 25 Jan 2022 00:34:43 -0500 Disable debug by default Diffstat:
| M | build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -x -configureOpts="--disable-sanitizers" +configureOpts="--disable-sanitizers --disable-debug" while getopts ":hd" opt; do case ${opt} in
