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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user