From df0f8b6eaf7127ea69441e5ba47fd46a801548fe Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 31 Jan 2024 18:36:34 +0100 Subject: [PATCH] foot: don't pass -fno-plt Apparently not beneficial to performance after all: https://codeberg.org/dnkl/foot/commit/fb32d339a7ec61682e097d464a50c97766525f1b --- pkgs/applications/terminal-emulators/foot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix index 0ea8f52be4ac..f123450c50c3 100644 --- a/pkgs/applications/terminal-emulators/foot/default.nix +++ b/pkgs/applications/terminal-emulators/foot/default.nix @@ -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