Unless you actually need the debug builds, you can change debug
to !debug
in /etc/makepkg.conf
on the OPTIONS
line to stop building those.
OPTIONS=( ... blah blah blah blah ... !debug ...)
See this post here:
Unless you actually need the debug builds, you can change debug
to !debug
in /etc/makepkg.conf
on the OPTIONS
line to stop building those.
OPTIONS=( ... blah blah blah blah ... !debug ...)
See this post here: