diff options
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.10.2-r3.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.10.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild b/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild index a74d2787fd7c..2f80ff02a1ee 100644 --- a/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild +++ b/dev-lang/ocaml/ocaml-4.10.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_prepare() { # Broken until 4.12 # bug #818445 - filter-flags '-flto*' + filter-lto append-flags -fno-strict-aliasing # OCaml generates textrels on 32-bit arches |