diff options
Diffstat (limited to 'maker.org')
-rw-r--r-- | maker.org | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |