diff options
Diffstat (limited to 'dub.sdl')
| -rw-r--r-- | dub.sdl | 9 | 
1 files changed, 7 insertions, 2 deletions
| @@ -47,6 +47,11 @@ buildType     "ldc" {    buildOptions      "verbose" "optimize" "inline"    buildRequirements "allowWarnings"  } +buildType     "ldc-local" { +  dflags            "-O2" "-J=views" "-I=src/doc_reform" "-mcpu=native" +  buildOptions      "verbose" "optimize" "inline" +  buildRequirements "allowWarnings" +}  buildType     "ldc-release" {    dflags               "-O2" "-J=views" "-I=src/doc_reform"    buildOptions         "verbose" "optimize" "inline" "releaseMode" @@ -62,9 +67,9 @@ configuration "gdc" {    postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine-gdc'"  }  buildType     "gdc" { -  dflags               "-O2" "-J=views" "-I=src/doc_reform" +  dflags               "-O" "-J=views" "-I=src/doc_reform"    lflags               "-lz" -  buildOptions         "optimize" "inline" +  buildOptions         "inline"    buildRequirements    "allowWarnings"  }  buildType     "gdc-release" { | 
