aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-24 22:50:48 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-25 22:59:38 -0400
commitd90d65ba5b5c2c0854a328a0560b207453389477 (patch)
treead14a2553e5ea0c4ecd6fbe4133fa63fa47ae4f3 /makefile
parentstep2 (diff)
step3
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a066fba..430ca1a 100644
--- a/makefile
+++ b/makefile
@@ -15,7 +15,7 @@ GDC_FLAG_BINOF=-o
RDMD=rdmd
RDMD_FLAGS=--build-only --compiler=
# SET_D_COMPILER=(one of: DMD LDC or GDC):
-SET_D_COMPILER=LDC
+SET_D_COMPILER=DMD
SET_DC_FLAGS_DEBUG_EXTRA=-debug=dumpdoc
DC=$($(SET_D_COMPILER))
DC_FLAGS=$($(shell echo $(SET_D_COMPILER)_FLAGS))