From bd4f5240ce78677a58efa5d361f8b805c21ce299 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 21 Oct 2015 22:12:52 -0400 Subject: maker.org touch --- maker.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'maker.org') diff --git a/maker.org b/maker.org index 28f0d94..519ddea 100644 --- a/maker.org +++ b/maker.org @@ -39,9 +39,11 @@ GDC_FLAGS_RELEASE=-frelease GDC_FLAG_BINOF=-o #+end_src -*** set/select: ~compiler~ & ~debug flags~ [+1] +*** set/select: ~compiler~ & ~debug flags~ [+1] [2/2] Set flags: -**** SET compiler is "SET_D_COMPILER=": +- [X] Set D_COMPILER (one of DMD LDC or GDC) +- [X] Set debug flags (using DMD standard flag -debug=) +**** SET compiler: "SET_D_COMPILER=": Set D_COMPILER one of DMD LDC or GDC e.g.: SET_D_COMPILER=DMD #+BEGIN_SRC makefile :tangle makefile @@ -49,7 +51,7 @@ Set D_COMPILER one of DMD LDC or GDC e.g.: SET_D_COMPILER=LDC #+end_src -**** SET debug flags are "SET_DC_FLAGS_DEBUG_EXTRA=-debug=": +**** SET debug flags: "SET_DC_FLAGS_DEBUG_EXTRA=-debug=": Set debug flags using DMD standard flag -debug= e.g.: SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex #+BEGIN_SRC makefile :tangle makefile -- cgit v1.2.3