aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
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"