diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-12-17 15:58:42 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-01-13 16:06:43 -0500 | 
| commit | ec4275365e01eefe26bddb6bc068abb02d642c59 (patch) | |
| tree | a51164982ca4f7732087d6e916243042500d6942 /dub.sdl | |
| parent | fix >= dmd 2.088 asserts issue (offending removed) (diff) | |
dmd releaseMode results in runtime errors
- dmd compilation
  - "releaseMode" results in runtime errors
  - "inline" more than 10 times as slow
Diffstat (limited to 'dub.sdl')
| -rw-r--r-- | dub.sdl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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'"  } | 
