foot: disable -Werror
Fixes compilation with clang (-Wunused-command-line-argument) and probably makes compilation with different compiler versions more robust.
This commit is contained in:
@@ -156,6 +156,8 @@ stdenv.mkDerivation {
|
||||
"-Dcustom-terminfo-install-location=${terminfoDir}"
|
||||
# Install systemd user units for foot-server
|
||||
"-Dsystemd-units-dir=${placeholder "out"}/lib/systemd/user"
|
||||
# Especially -Wunused-command-line-argument is a problem with clang
|
||||
"-Dwerror=false"
|
||||
];
|
||||
|
||||
# build and run binary generating PGO profiles,
|
||||
|
||||
Reference in New Issue
Block a user