Skip to content

Commit

Permalink
Disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed Jan 25, 2022
1 parent 32a1437 commit 37eecf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

configureOpts="--disable-sanitizers"
configureOpts="--disable-sanitizers --disable-debug"

while getopts ":hd" opt; do
case ${opt} in
Expand Down

0 comments on commit 37eecf2

Please sign in to comment.