diff --git a/abuild.conf b/abuild.conf index 9c4401d..fc61f26 100644 --- a/abuild.conf +++ b/abuild.conf @@ -1,7 +1,7 @@ export CFLAGS="-Os -fomit-frame-pointer" export CXXFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS" -export LDFLAGS="-Wl,--as-needed" +export LDFLAGS="-Wl,--as-needed,-O1,--sort-common" export GOFLAGS="-buildmode=pie" # Do note that these should work with at least GDC and LDC export DFLAGS="-Os"