Ported build types from CDC to dub.
This commit is contained in:
parent
a4b92ac5d0
commit
d4359f6394
2 changed files with 24 additions and 12 deletions
|
@ -7,4 +7,10 @@
|
|||
{
|
||||
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
|
||||
},
|
||||
"buildTypes":
|
||||
{
|
||||
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
|
||||
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
||||
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue