aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-07-09 22:23:38 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commita7e762ad762244592d05466b5b14bdec4ff1b13a (patch)
tree1390ff68b39b3c776a31d71a0756285142e1965c /dub.sdl
parent0.26.1 single sqlite file, premature? (diff)
dmd compiles & run fixes (not required by ldc2)
- dmd compiles without optimize flag - dmd some variables need re-loading - D version for both is: 2078 (at commit)
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" {