default.conf: drop -fomit-frame-pointer

it is implied with -Os where it should.
This commit is contained in:
Natanael Copa 2023-04-18 13:50:22 +02:00
parent 565690da31
commit 6008158fb9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
export CFLAGS="-Os -fomit-frame-pointer -Wformat -Werror=format-security -Werror=int-conversion"
export CXXFLAGS="-Os -fomit-frame-pointer -Wformat -Werror=format-security"
export CPPFLAGS="-Os -fomit-frame-pointer -Wformat -Werror=format-security"
export CFLAGS="-Os -Wformat -Werror=format-security -Werror=int-conversion"
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