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