1
0
Fork 0
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:
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

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