1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Remove makepkg packaging options, use system default.

This commit is contained in:
Bert Peters
2016-06-02 12:16:43 +02:00
parent bb9f3aa54c
commit e07e4bb401

View File

@@ -5,8 +5,5 @@ CXXFLAGS="-march=native -mtune=generic -O2 -pipe -fstack-protector-strong -flto"
# Do a parallel build. # Do a parallel build.
MAKEFLAGS="-j6" MAKEFLAGS="-j6"
# Enable optipng compression, for what its worth
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge optipng !upx !debug)
# Use parallel compression # Use parallel compression
COMPRESSXZ=(xz -c -z -T 0 -) COMPRESSXZ=(xz -c -z -T 0 -)