Skip to content

Commit

Permalink
arm-trusted-firmware: hardeningDisable stackprotector only.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Dec 11, 2017
1 parent d6d9c23 commit e7225c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/arm-trusted-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let

name = "arm-trusted-firmware-${platform}-${version}";

hardeningDisable = [ "all" ];
hardeningDisable = [ "stackprotector" ];

makeFlags = ["PLAT=${platform}"];

Expand Down

0 comments on commit e7225c3

Please sign in to comment.