Skip to content

abuild.conf: LDFLAGS+=-O1,--sort-common

Alex Xu (Hello71) requested to merge alxu/abuild:patch-1 into master

These options are used by default in Arch Linux [0], and slightly reduce binary size.

Note that -D_FORTIFY_SOURCE=2 and -z relro -z now are already enabled by default in Alpine for all gcc invocations.

[0] https://git.archlinux.org/svntogit/packages.git/tree/trunk/makepkg.conf?h=packages/pacman

Merge request reports