Skip to content

Commit

Permalink
Build DMD, Druntime + Phobos in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Aug 13, 2018
1 parent dc8760b commit 2e6d867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildkite/clone_repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vars/runPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def buildDlang() {
// expects previous one to be already built and present in parent
// folder

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

dir('dmd', action)
dir('druntime', action)
Expand Down

0 comments on commit 2e6d867

Please sign in to comment.