diff options
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,7 +83,9 @@ configuration "sdp-debug-ldc" { targetName "sdp-debug-ldc" debugVersions "checkdoc" debugVersions "summary" - debugVersions "dumpdoc" + #debugVersions "dumpdoc" + #debugVersions "bookindex" + #debugVersions "biblio" buildOptions "debugMode" "debugInfo" "optimize" postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-debug-ldc'" } |