From a7e762ad762244592d05466b5b14bdec4ff1b13a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Jul 2018 22:23:38 -0400 Subject: dmd compiles & run fixes (not required by ldc2) - dmd compiles without optimize flag - dmd some variables need re-loading - D version for both is: 2078 (at commit) --- maker.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'maker.org') diff --git a/maker.org b/maker.org index 26b3651..b41b269 100644 --- a/maker.org +++ b/maker.org @@ -145,6 +145,12 @@ data/sisudir/media/text/viral_spiral.david_bollier.sst **** _dub_ build rebuild :dub: ***** all compiler builds :all:dmd:gdc:ldc: ****** all builds +******* default + +#+BEGIN_SRC makefile :tangle makefile +default: ldc +#+END_SRC + ******* sample markup file list #+BEGIN_SRC makefile :tangle makefile @@ -875,7 +881,7 @@ configuration "sdp-dmd" { targetName "sdp-dmd" dflags "-J=views" "-I=src/sdp" buildRequirements "allowWarnings" - buildOptions "verbose" "optimize" "inline" # "releaseMode" + buildOptions "verbose" "inline" # "optimize" # "releaseMode" postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'sdp-dmd'" } #+END_SRC -- cgit v1.2.3