diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-03-17 13:18:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-03-17 13:18:57 +0100 |
commit | a3c3b9a4b6e2dd292e665d9b63d4f782a5798a8d (patch) | |
tree | 5b8239d635310fdb5a6f5261a1ec38c9eedb6ccf /pacman | |
parent | cc8c5bf04c166de940dfa6dc0fdc26f27869a0b8 (diff) | |
download | dotfiles-a3c3b9a4b6e2dd292e665d9b63d4f782a5798a8d.tar.xz |
makepkg.conf: Update options
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'pacman')
-rw-r--r-- | pacman/makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf index 5a8e6f4..3ab5178 100644 --- a/pacman/makepkg.conf +++ b/pacman/makepkg.conf @@ -1,5 +1,5 @@ MAKEFLAGS="-j$(nproc)" -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) INTEGRITY_CHECK=(sha256) PACKAGER="Johannes Löthberg <johannes@kyriasis.com>" GPGKEY="50FB9B273A9D0BB5" |