Disable makepkg debug builds
This commit is contained in:
parent
fa0ced47cf
commit
96ccee6927
7
arch-config/etc/makepkg.conf.d/debug.conf
Normal file
7
arch-config/etc/makepkg.conf.d/debug.conf
Normal file
@ -0,0 +1,7 @@
|
||||
#!/hint/bash
|
||||
# shellcheck disable=2034
|
||||
|
||||
# disable debug builds
|
||||
OPTIONS=(!debug)
|
||||
|
||||
# vim: set ft=sh ts=2 sw=2 et:
|
Loading…
Reference in New Issue
Block a user