Commit df0f8b6e authored by sternenseemann's avatar sternenseemann
Browse files

foot: don't pass -fno-plt

Apparently not beneficial to performance after all:
https://codeberg.org/dnkl/foot/commit/fb32d339a7ec61682e097d464a50c97766525f1b
parent 00307c81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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