ocaml-4.08: disable “strictoverflow” hardening
This commit is contained in:
parent
1753b20648
commit
390ed4a626
@ -6,4 +6,7 @@ import ./generic.nix {
|
|||||||
|
|
||||||
# If the executable is stripped it does not work
|
# If the executable is stripped it does not work
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
# Breaks build with Clang
|
||||||
|
hardeningDisable = [ "strictoverflow" ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user