mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-03 13:12:15 +00:00
default.conf: kill cppflags
these are mostly useless and redundant given the other flags. all they do is spam more flags onto every invocation line- things don't "only" pass cppflags for anything in the general case.
This commit is contained in:
parent
59caf9e11e
commit
861e21fab2
@ -1,6 +1,5 @@
|
||||
export CFLAGS="-Os -Wformat -Werror=format-security"
|
||||
export CXXFLAGS="-Os -Wformat -Werror=format-security"
|
||||
export CPPFLAGS="-Os -Wformat -Werror=format-security"
|
||||
export LDFLAGS="-Wl,--as-needed,-O1,--sort-common"
|
||||
export GOFLAGS="-buildmode=pie -modcacherw -trimpath -buildvcs=false"
|
||||
# Do note that these should work with at least GDC and LDC
|
||||
|
Loading…
Reference in New Issue
Block a user