Translations:Makepkg/9/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
- -- Exclusive: will only run on x86_64
- -march (or -mcpu) builds exclusively for an architecture
- -mtune optimizes for an architecture, but builds for whole processor family
CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
- -- Make Flags: change this for DistCC/SMP systems
- MAKEFLAGS="-j2"