about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.08.nix
blob: 4f9b8ebd294cf224a1694cb0f57e1653a06da490 (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 = "0";
  sha256 = "0si976y8snbmhm96671di65z0rrdyldxd55wjxn2mkn6654nryna";

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

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