mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
Revert "linuxPackages.perf: set -Wno-error=bool-compare"
This reverts commit 332c84196c
.
only works on gcc5
This commit is contained in:
parent
c3ff97154c
commit
077e24c10d
|
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||
|
||||
# Note: we don't add elfutils to buildInputs, since it provides a
|
||||
# bad `ld' and other stuff.
|
||||
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp -Wno-error=bool-compare";
|
||||
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp";
|
||||
NIX_CFLAGS_LINK = "-L${elfutils}/lib";
|
||||
|
||||
installFlags = "install install-man ASCIIDOC8=1";
|
||||
|
|
Loading…
Reference in a new issue