From 37eecf221ee64b89044fc63bc70e67c168a6b38f Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 25 Jan 2022 00:34:43 -0500 Subject: [PATCH] Disable debug by default --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 26c5b695..cf577eac 100755 --- 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