Revert "linuxPackages.perf: set -Wno-error=bool-compare"

This reverts commit 332c84196c.

only works on gcc5
This commit is contained in:
Robin Gloster 2016-02-10 17:14:12 +00:00
parent c3ff97154c
commit 077e24c10d

View file

@ -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";