diff --git a/abuild.conf b/abuild.conf index 2c6778c..5054ee2 100644 --- a/abuild.conf +++ b/abuild.conf @@ -1,6 +1,6 @@ export CFLAGS="-Os -fomit-frame-pointer -Wformat -Werror=format-security -Werror=int-conversion" -export CXXFLAGS="$CFLAGS" -export CPPFLAGS="$CFLAGS" +export CXXFLAGS="-Os -fomit-frame-pointer -Wformat -Werror=format-security" +export CPPFLAGS="-Os -fomit-frame-pointer -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