foot: don't pass -fno-plt

Apparently not beneficial to performance after all:
https://codeberg.org/dnkl/foot/commit/fb32d339a7ec61682e097d464a50c97766525f1b
This commit is contained in:
sternenseemann
2024-03-13 12:05:08 +01:00
parent 00307c81a6
commit df0f8b6eaf
@@ -135,7 +135,7 @@ stdenv.mkDerivation {
# https://codeberg.org/dnkl/foot/src/branch/master/INSTALL.md#release-build
CFLAGS =
if !doPgo
then "-O3 -fno-plt"
then "-O3"
else pgoCflags;
# ar with gcc plugins for lto objects