diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.11.2-r2.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild index 001fbf26fdf9..e965a0afa51b 100644 --- a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild @@ -28,7 +28,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags -flto + filter-flags '-flto*' append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches |