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