aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2020-08-14 23:47:45 +0200
committerMarco Leise <marco.leise@gmx.de>2020-08-15 03:34:46 +0200
commit4125a7e240a73f7ef21f407b0fed89bf4fddfadf (patch)
treebdcf7e628ada92816014cc35068ef3556e97efd3 /eclass/dmd.eclass
parentldc2-1.22 (diff)
downloaddlang-4125a7e240a73f7ef21f407b0fed89bf4fddfadf.tar.gz
dlang-4125a7e240a73f7ef21f407b0fed89bf4fddfadf.tar.bz2
dlang-4125a7e240a73f7ef21f407b0fed89bf4fddfadf.zip
dmd-2.093 & dub-1.22.0
Signed-off-by: Marco Leise <marco.leise@gmx.de>
Diffstat (limited to 'eclass/dmd.eclass')
-rw-r--r--eclass/dmd.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/dmd.eclass b/eclass/dmd.eclass
index 5e346d6..8373f5f 100644
--- a/eclass/dmd.eclass
+++ b/eclass/dmd.eclass
@@ -130,7 +130,7 @@ dmd_src_compile() {
dmd_ge 2.071 && HOST_CXX="HOST_CXX" || HOST_CXX="HOST_CC"
# 2.072 and 2.073 have support for LTO, but would need a Makefile patch.
# From 2.088 on, the build fails with it active.
- dmd_ge 2.074 && ! dmd_eq 2.088 && ! dmd_eq 2.089 && ! dmd_eq 2.090 && ! dmd_eq 2.091 && ! dmd_eq 2.092 && LTO="ENABLE_LTO=1"
+ dmd_ge 2.074 && ! dmd_ge 2.088 && LTO="ENABLE_LTO=1"
# 2.080 and below used RELEASE instead of ENABLE_RELEASE
dmd_ge 2.081 && ENABLE_RELEASE="ENABLE_RELEASE" || ENABLE_RELEASE="RELEASE"