configs/arch-config/etc/makepkg.conf.d/debug.conf
2024-06-21 15:06:20 +02:00

8 lines
112 B
Bash

#!/hint/bash
# shellcheck disable=2034
# disable debug builds
OPTIONS=(!debug)
# vim: set ft=sh ts=2 sw=2 et: