nixpkgs/pkgs/development/compilers/ocaml/4.08.nix

13 lines
306 B
Nix
Raw Normal View History

2019-02-11 17:21:46 +01:00
import ./generic.nix {
major_version = "4";
minor_version = "08";
patch_version = "0";
sha256 = "0si976y8snbmhm96671di65z0rrdyldxd55wjxn2mkn6654nryna";
2019-02-11 17:21:46 +01:00
# If the executable is stripped it does not work
dontStrip = true;
# Breaks build with Clang
hardeningDisable = [ "strictoverflow" ];
2019-02-11 17:21:46 +01:00
}