1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-27 05:20:31 +01:00
Files
vimconfig/pacman/.config/pacman/makepkg.conf
2016-06-02 12:16:43 +02:00

10 lines
287 B
Plaintext

# march=native and flto added
CFLAGS="-march=native -mtune=generic -O2 -pipe -fstack-protector-strong -flto"
CXXFLAGS="-march=native -mtune=generic -O2 -pipe -fstack-protector-strong -flto"
# Do a parallel build.
MAKEFLAGS="-j6"
# Use parallel compression
COMPRESSXZ=(xz -c -z -T 0 -)