aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl4
1 files changed, 3 insertions, 1 deletions
diff --git a/dub.sdl b/dub.sdl
index 1af641b..7aa4621 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -7,7 +7,7 @@ license "AGPL-3+"
targetPath "./bin"
sourcePath "./src"
stringImportPaths "./views"
-buildRequirements "disallowDeprecations"
+buildRequirements "disallowDeprecations" "allowWarnings"
configuration "sdp-release" {
name "release"
targetType "executable"
@@ -52,6 +52,8 @@ configuration "sdp-tmp" {
targetName "sdp-tmp"
debugVersions "tmp"
debugVersions "crap"
+ debugVersions "header"
+ debugVersions "header1"
buildOptions "debugMode" "debugInfo" "optimize"
postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-tmp'"
}