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

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

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