From 96ccee6927f3454cd998ddc94530a34edf0ffc76 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 21 Jun 2024 15:06:20 +0200 Subject: [PATCH] Disable makepkg debug builds --- arch-config/etc/makepkg.conf.d/debug.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arch-config/etc/makepkg.conf.d/debug.conf diff --git a/arch-config/etc/makepkg.conf.d/debug.conf b/arch-config/etc/makepkg.conf.d/debug.conf new file mode 100644 index 00000000..6bbb78c9 --- /dev/null +++ b/arch-config/etc/makepkg.conf.d/debug.conf @@ -0,0 +1,7 @@ +#!/hint/bash +# shellcheck disable=2034 + +# disable debug builds +OPTIONS=(!debug) + +# vim: set ft=sh ts=2 sw=2 et: