From ec4275365e01eefe26bddb6bc068abb02d642c59 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 17 Dec 2019 15:58:42 -0500 Subject: dmd releaseMode results in runtime errors - dmd compilation - "releaseMode" results in runtime errors - "inline" more than 10 times as slow --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dub.sdl') diff --git a/dub.sdl b/dub.sdl index 92a2730..80537d0 100644 --- a/dub.sdl +++ b/dub.sdl @@ -34,7 +34,7 @@ buildType "dmd-release" { } configuration "dmd-version" { dflags "-J=views" "-I=src/doc_reform" - buildOptions "verbose" "releaseMode" "optimize" "inline" + buildOptions "verbose" "optimize" targetName "spine-dmd-ver" postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-dmd-ver'" } -- cgit v1.2.3