aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/paru/.config/pacman/makepkg.conf
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-03-02 13:25:45 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-03-02 13:25:45 -0600
commit93357c45976e3c3edb10173f53162e788cd96126 (patch)
tree6ed0719753b44ddf1160fa756096e0b02ecf2994 /paru/.config/pacman/makepkg.conf
parent7062875e1b393d7c9ada828ab949fc59968149dd (diff)
fix(paru): remove debug from makepkg.conf
Diffstat (limited to 'paru/.config/pacman/makepkg.conf')
-rw-r--r--paru/.config/pacman/makepkg.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/paru/.config/pacman/makepkg.conf b/paru/.config/pacman/makepkg.conf
index 5934372..438acdc 100644
--- a/paru/.config/pacman/makepkg.conf
+++ b/paru/.config/pacman/makepkg.conf
@@ -33,6 +33,26 @@ BUILDENV=(!distcc color !ccache check sign)
#BUILDDIR=/tmp/makepkg
#########################################################################
+# GLOBAL PACKAGE OPTIONS
+# These are default values for the options=() settings
+#########################################################################
+#
+# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto)
+# A negated option will do the opposite of the comments below.
+#
+#-- strip: Strip symbols from binaries/libraries
+#-- docs: Save doc directories specified by DOC_DIRS
+#-- libtool: Leave libtool (.la) files in packages
+#-- staticlibs: Leave static library (.a) files in packages
+#-- emptydirs: Leave empty directories in packages
+#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
+#-- purge: Remove files specified by PURGE_TARGETS
+#-- debug: Add debugging flags as specified in DEBUG_* variables
+#-- lto: Add compile flags for building with link time optimization
+#
+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)
+
+#########################################################################
# PACKAGE OUTPUT
#########################################################################
#