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:
psykose 2023-05-06 19:01:20 +00:00 committed by alice
parent 59caf9e11e
commit 861e21fab2

View File

@ -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