summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.08.nix
blob: 11c22e636ef10540cb8b75f2b5f0aab37b3676fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import ./generic.nix {
  major_version = "4";
  minor_version = "08";
  patch_version = "1";
  sha256 = "18sycl3zmgb8ghpxymriy5d72gvw7m5ra65v51hcrmzzac21hkyd";

  # If the executable is stripped it does not work
  dontStrip = true;

  # Breaks build with Clang
  hardeningDisable = [ "strictoverflow" ];
}