1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

valgrind: turn off stackprotector

This commit is contained in:
Robin Gloster 2016-02-09 01:20:59 +00:00
parent 82daf82e61
commit f39da3be76

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "doc" ];
hardening_stackprotector = false;
# Perl is needed for `cg_annotate'.
# GDB is needed to provide a sane default for `--db-command'.
nativeBuildInputs = [ perl ];