mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Add release configuration
This commit is contained in:
parent
b66b9d5def
commit
02445bdba8
1 changed files with 9 additions and 0 deletions
9
dub.json
9
dub.json
|
@ -6,6 +6,15 @@
|
|||
"copyright": "Copyright 2014 Mike Bierlee",
|
||||
"license": "MIT",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "release-build",
|
||||
"targetType": "library",
|
||||
"buildOptions": [
|
||||
"releaseMode",
|
||||
"optimize",
|
||||
"inline"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "debug-build",
|
||||
"targetType": "library",
|
||||
|
|
Loading…
Reference in a new issue