mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
Disable debug by default
This commit is contained in:
parent
32a14379f1
commit
37eecf221e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue