Skip to content

Commit 2e6d867

Browse files
committed
Build DMD, Druntime + Phobos in debug mode
1 parent dc8760b commit 2e6d867

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildkite/clone_repositories.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ done
4747

4848
for dir in dmd druntime phobos ; do
4949
echo "--- Building $dir"
50-
make -C $dir -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4
50+
make -C $dir -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4 BUILD=debug
5151
done

vars/runPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def buildDlang() {
397397
// expects previous one to be already built and present in parent
398398
// folder
399399

400-
def action = { sh "make -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4" }
400+
def action = { sh "make -f posix.mak AUTO_BOOTSTRAP=1 --jobs=4 BUILD=debug" }
401401

402402
dir('dmd', action)
403403
dir('druntime', action)

0 commit comments

Comments
 (0)