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