1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocaml-4.08: disable “strictoverflow” hardening

This commit is contained in:
Vincent Laporte 2019-02-13 09:09:33 +00:00 committed by Vincent Laporte
parent 1753b20648
commit 390ed4a626

View file

@ -6,4 +6,7 @@ import ./generic.nix {
# If the executable is stripped it does not work
dontStrip = true;
# Breaks build with Clang
hardeningDisable = [ "strictoverflow" ];
}