[pkg-d-commits] [ldc] 174/211: Remove -flto-binary from ldc.conf default settings (revert 77bcc6e211992cd05ef369a03323dfdafbcb1f1d), so that LDC will always search for the plugin in multiple locations (instead of only the flto-binary location).

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit 088c7661e4de35e26079b8e64f0ce35692a28ba6
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Tue Nov 29 22:02:43 2016 +0100

    Remove -flto-binary from ldc.conf default settings (revert 77bcc6e211992cd05ef369a03323dfdafbcb1f1d), so that LDC will always search for the plugin in multiple locations (instead of only the flto-binary location).
---
 ldc2.conf.in         | 1 -
 ldc2_install.conf.in | 1 -
 ldc2_phobos.conf.in  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/ldc2.conf.in b/ldc2.conf.in
index ca10728..0282a03 100644
--- a/ldc2.conf.in
+++ b/ldc2.conf.in
@@ -9,7 +9,6 @@ default:
     switches = [
         "-I at RUNTIME_DIR@/src",
         "-L-L at PROJECT_BINARY_DIR@/../lib at LIB_SUFFIX@", @MULTILIB_ADDITIONAL_PATH@@SHARED_LIBS_RPATH@
-        "-flto-binary=@PROJECT_BINARY_DIR@/../lib at LIB_SUFFIX@/@LDC_LTO_BINARY_NAME@",
         "-defaultlib=druntime-ldc",
         "-debuglib=druntime-ldc-debug"@ADDITIONAL_DEFAULT_LDC_SWITCHES@
     ];
diff --git a/ldc2_install.conf.in b/ldc2_install.conf.in
index 7cbf89a..943c29e 100644
--- a/ldc2_install.conf.in
+++ b/ldc2_install.conf.in
@@ -10,7 +10,6 @@ default:
         "-I at INCLUDE_INSTALL_DIR@/ldc",
         "-I at INCLUDE_INSTALL_DIR@",
         "-L-L at CMAKE_INSTALL_LIBDIR@", @MULTILIB_ADDITIONAL_INSTALL_PATH@
-        "-flto-binary=@CMAKE_INSTALL_LIBDIR@/@LDC_LTO_BINARY_NAME@",
         "-defaultlib=phobos2-ldc,druntime-ldc",
         "-debuglib=phobos2-ldc-debug,druntime-ldc-debug"@ADDITIONAL_DEFAULT_LDC_SWITCHES@
     ];
diff --git a/ldc2_phobos.conf.in b/ldc2_phobos.conf.in
index 5c26f66..b2360df 100644
--- a/ldc2_phobos.conf.in
+++ b/ldc2_phobos.conf.in
@@ -11,7 +11,6 @@ default:
         "-I at PROFILERT_DIR@/d",
         "-I at PHOBOS2_DIR@",
         "-L-L at CMAKE_BINARY_DIR@/lib at LIB_SUFFIX@", @MULTILIB_ADDITIONAL_PATH@@SHARED_LIBS_RPATH@
-        "-flto-binary=@CMAKE_BINARY_DIR@/lib at LIB_SUFFIX@/@LDC_LTO_BINARY_NAME@",
         "-defaultlib=phobos2-ldc,druntime-ldc",
         "-debuglib=phobos2-ldc-debug,druntime-ldc-debug"@ADDITIONAL_DEFAULT_LDC_SWITCHES@
     ];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list