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" ];
}