summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.08.nix
blob: cdc5314f3c77c38019e61ecdcb879544df287e34 (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+rc2";
  sha256 = "09wp2iig6v5pivkjcnibdvkg5mchcj3q4zms6ij67039xczm8qrg";

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

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