aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-10-13 11:39:50 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commite42bbb962e2b7b1efa05982d284fa45c883edd41 (patch)
tree566612ad085e672b076a17f9416f22cc4d480f4d /dub.sdl
parentsisupod.zip related fixes (diff)
org header cosmetic & maker.org/makefile
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl6
1 files changed, 0 insertions, 6 deletions
diff --git a/dub.sdl b/dub.sdl
index 549fc31..b94959f 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -61,7 +61,6 @@ configuration "sdp-dmd-version" {
dflags "-J=views" "-I=src/sdp"
buildRequirements "allowWarnings"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D dmd compiled test release executable ready' 'sdp-[version]-dmd'"
}
configuration "sdp-dmd-debug" {
name "debuging"
@@ -85,7 +84,6 @@ configuration "sdp-dmd-debug-version" {
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
debugVersions "dumpdoc"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-[version]-dmd-debug'"
}
configuration "sdp-dmd-debug-unittest" {
name "debuging"
@@ -130,7 +128,6 @@ configuration "sdp-ldc-version" {
dflags "-O2" "-J=views" "-I=src/sdp"
buildRequirements "allowWarnings"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D ldc2 compiled test release executable ready' 'sdp-[version]-ldc'"
}
configuration "sdp-ldc-debug" {
name "debuging"
@@ -152,7 +149,6 @@ configuration "sdp-ldc-debug-version" {
buildRequirements "allowWarnings"
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D (debug) executable ready' 'sdp-[version]-ldc-debug'"
}
configuration "sdp-ldc-debug-unittest" {
name "debuging"
@@ -196,7 +192,6 @@ configuration "sdp-gdc-version" {
lflags "-lz"
buildRequirements "allowWarnings"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled test release executable ready' 'sdp-[version]-gdc'"
}
configuration "sdp-gdc-debug" {
name "debuging"
@@ -218,7 +213,6 @@ configuration "sdp-gdc-debug-version" {
lflags "-lz"
buildOptions "verbose" "debugMode" "debugInfo" "optimize"
debugVersions "checkdoc" "summary"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D gdc compiled (debug with -g) executable ready' 'sdp-gdc-debug'"
}
configuration "sdp-gdc-debug-unittest" {
name "debuging"