Disable debug by default

This commit is contained in:
Raymond Li 2022-01-25 00:34:43 -05:00
parent 32a14379f1
commit 37eecf221e
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -x
configureOpts="--disable-sanitizers"
configureOpts="--disable-sanitizers --disable-debug"
while getopts ":hd" opt; do
case ${opt} in