diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-06-14 23:25:36 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | 9bec897cdada305cae8ce78809dc3f9fe9cf8776 (patch) | |
tree | d05d0e4f2d9a9b2c5273e0a33bbbdf84580543b2 /dub.sdl | |
parent | step4 some additional work (diff) |
step4.1 as step4 but extract header meta & make on first reading in documentdoc-reform_v0.0.4
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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'" } |