[pkg-d-commits] [ldc] 04/05: Bootstrap with -DD_FLAGS_DEBUG=''
Matthias Klumpp
mak at moszumanska.debian.org
Fri Sep 29 18:33:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository ldc.
commit 55587a57ea65c86a21fa8b9db766ee61ef3dc655
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date: Fri Sep 29 20:16:41 2017 +0200
Bootstrap with -DD_FLAGS_DEBUG=''
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 410ac5b..bbc2ee3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)
LDC_BUILD_FLAGS = -DINCLUDE_INSTALL_DIR='/usr/lib/ldc/${DEB_HOST_MULTIARCH}/include/d'
-BOOTSTRAP_LDC_FLAGS = -DD_FLAGS=-w\;-relocation-model=pic
+BOOTSTRAP_LDC_FLAGS = -DD_FLAGS=-w\;-relocation-model=pic -DD_FLAGS_DEBUG=''
ifeq ($(DEB_HOST_ARCH),armhf)
LDC_BUILD_FLAGS += -DD_COMPILER_FLAGS=-mattr=-neon
--
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