mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
1af3a9854f
commit
32eecf9877
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
|
||||
|
||||
hardeningDisable = [ "stackprotector" "pic" ];
|
||||
hardeningDisable = [ "fortify" "stackprotector" "pic" ];
|
||||
|
||||
buildFlags = "memtest.bin";
|
||||
|
||||
|
|
Loading…
Reference in a new issue