aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dub.sdl b/dub.sdl
index ba95a81..3478c9e 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -38,7 +38,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'"
}
configuration "sdp-dmd-version" {