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 9b68f82
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9b68f82

Please sign in to comment.