aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-04-12 15:23:23 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitda0f051e1aced4fa1fd5cd13c0548279bf04b2a0 (patch)
tree3c74421c4ce35e28e93512eb01606219e37e0dfb /dub.sdl
parentstart work on block outputs (diff)
0.13.9 sisupod & epub3, zipped output
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl3
1 files changed, 2 insertions, 1 deletions
diff --git a/dub.sdl b/dub.sdl
index 04bb8d0..6feb4ce 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -137,7 +137,8 @@ configuration "sdp-debug-unittest-ldc" {
platforms "posix"
compiler "ldc2"
targetName "sdp-debug-ldc"
- dflags "-J=views" "-I=src/sdp" "-Dddocs"
+ dflags "-J=views" "-I=src/sdp"
+ #dflags "-J=views" "-I=src/sdp" "-Dddocs"
buildRequirements "allowWarnings"
buildOptions "verbose" "debugMode" "debugInfo" "unittests" "optimize"
debugVersions "checkdoc" "summary"