default.conf: drop int-conversion error for now

this is a good thing to have and we should reinstate it after 3.18,
however it requires fixing a million things, which is a bit too much for
a sudden release build.

i forgot the implications of this aside from fixing strerror_r and how
much work it was, so put this back after 3.18 branch.
This commit is contained in:
psykose 2023-04-20 23:58:26 +00:00
parent 2c8b0cd1ed
commit fa3e12f664
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export CFLAGS="-Os -Wformat -Werror=format-security -Werror=int-conversion"
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"