From 9b68f8225aa665e5346f6ae80cb8c0f21b8961a8 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 13 Aug 2018 15:54:25 +0200 Subject: [PATCH] Build DMD, Druntime + Phobos in debug mode --- buildkite/clone_repositories.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/clone_repositories.sh b/buildkite/clone_repositories.sh index 86cbf371..c91f7df0 100755 --- a/buildkite/clone_repositories.sh +++ b/buildkite/clone_repositories.sh @@ -47,5 +47,5 @@ done for dir in dmd druntime phobos ; do echo "--- Building $dir" - make -C $dir -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4 + make -C $dir -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4 BUILD=debug done