diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 03:12:46 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 03:12:46 +0200 |
commit | 268fb833b4e77596083665ae8435040106a63882 (patch) | |
tree | 2f1ff996b72fd9fe04a359c598e89e753eee4401 /pacman | |
parent | 961ff212f2c3e57b2eafd8b05474725abf956d1d (diff) | |
download | dotfiles-268fb833b4e77596083665ae8435040106a63882.tar.xz |
pacman/makepkg.conf: Drop custom OPTIONS
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'pacman')
-rw-r--r-- | pacman/makepkg.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf index 3ab5178..6467abc 100644 --- a/pacman/makepkg.conf +++ b/pacman/makepkg.conf @@ -1,5 +1,4 @@ MAKEFLAGS="-j$(nproc)" -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) INTEGRITY_CHECK=(sha256) PACKAGER="Johannes Löthberg <johannes@kyriasis.com>" GPGKEY="50FB9B273A9D0BB5" |