Disable makepkg debug builds

This commit is contained in:
exu 2024-06-21 15:06:20 +02:00
parent fa0ced47cf
commit 96ccee6927

View File

@ -0,0 +1,7 @@
#!/hint/bash
# shellcheck disable=2034
# disable debug builds
OPTIONS=(!debug)
# vim: set ft=sh ts=2 sw=2 et: