mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 05:20:31 +01:00
10 lines
287 B
Plaintext
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 -)
|