Update makepkg.conf
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7d2384609b
commit
4ac97603e6
1 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,16 @@
|
|||
# Use compilation cache and color output
|
||||
BUILDENV=(!distcc fakeroot color ccache check !sign)
|
||||
PKGEXT=".pkg.tar"
|
||||
|
||||
# Use the lozop algorithm for compression
|
||||
COMPRESSLZO"(lzop -q)"
|
||||
PKGEXT=".pkg.tar.lzo"
|
||||
SRCEXT=".src.tar.lzo"
|
||||
|
||||
# Use multiple threads for compiling
|
||||
MAKEFLAGS="-j$(nproc)"
|
||||
|
||||
# Optimize builds for architecture
|
||||
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
||||
PACKAGER="Severin Kaderli <severin@kaderli.dev>"
|
Loading…
Add table
Add a link
Reference in a new issue