aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
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"