Skip to content

Commit

Permalink
bumps makepkg.conf template
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Jan 10, 2025
1 parent ce2fd9f commit 66d891c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/makepkg.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \
-Wl,-z,pack-relative-relocs"
{% endif %}
LTOFLAGS="-flto=auto"
RUSTFLAGS="-Cforce-frame-pointers=yes"
#-- Make Flags: change this for DistCC/SMP systems
{% if archlinux_makepkg_makeflags is defined %}
MAKEFLAGS="{{ archlinux_makepkg_makeflags | join(' ') }}"
Expand All @@ -74,7 +73,6 @@ MAKEFLAGS="{{ archlinux_makepkg_makeflags | join(' ') }}"
#-- Debugging flags
DEBUG_CFLAGS="-g"
DEBUG_CXXFLAGS="$DEBUG_CFLAGS"
DEBUG_RUSTFLAGS="-C debuginfo=2"

#########################################################################
# BUILD ENVIRONMENT
Expand Down Expand Up @@ -188,7 +186,7 @@ PACKAGER="{{ archlinux_makepkg_packager }}"
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
COMPRESSXZ=(xz -c -z -)
COMPRESSZST=(zstd -c -T0 --ultra -20 -)
COMPRESSZST=(zstd -c -T0 -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
Expand Down

0 comments on commit 66d891c

Please sign in to comment.