aboutsummaryrefslogtreecommitdiffhomepage
path: root/maker.org
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 /maker.org
parentstep2 (diff)
step3
Diffstat (limited to 'maker.org')
-rw-r--r--maker.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/maker.org b/maker.org
index 74b8291..b2b7ba0 100644
--- a/maker.org
+++ b/maker.org
@@ -61,10 +61,10 @@ RDMD_FLAGS=--build-only --compiler=
[[http://dlang.org/download.html][D Compilers download]]
Set D_COMPILER one of DMD, LDC or GDC e.g.: SET_D_COMPILER=DMD
-***** TODO set compiler
+***** TODO [#A] set compiler
#+BEGIN_SRC makefile :tangle makefile
# SET_D_COMPILER=(one of: DMD LDC or GDC):
-SET_D_COMPILER=LDC
+SET_D_COMPILER=DMD
#+END_SRC
***** +note+
@@ -78,7 +78,7 @@ Set debug flags using DMD standard flag -debug= e.g.:
SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex
SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=footnotes -debug=endnotes
-***** TODO set debug flags
+***** TODO [#A] set debug flags
#+BEGIN_SRC makefile :tangle makefile
SET_DC_FLAGS_DEBUG_EXTRA=-debug=dumpdoc
#+END_SRC