mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove DUB warnings regarding build options
The appropriate build types need to be called in addition to build configs
This commit is contained in:
parent
e19564e3cf
commit
c3acabd9f2
22
dub.json
22
dub.json
|
@ -7,30 +7,12 @@
|
|||
"license": "MIT",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "release-build",
|
||||
"targetType": "library",
|
||||
"buildOptions": [
|
||||
"releaseMode",
|
||||
"optimize",
|
||||
"inline"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "debug-build",
|
||||
"targetType": "library",
|
||||
"buildOptions": [
|
||||
"debugMode",
|
||||
"debugInfo"
|
||||
]
|
||||
"name": "build",
|
||||
"targetType": "library"
|
||||
},
|
||||
{
|
||||
"name": "unittest",
|
||||
"targetType": "executable",
|
||||
"buildOptions": [
|
||||
"debugMode",
|
||||
"debugInfo",
|
||||
"unittests"
|
||||
],
|
||||
"sourcePaths": [
|
||||
"test"
|
||||
],
|
||||
|
|
4
dub.selections.json
Normal file
4
dub.selections.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"fileVersion": 1,
|
||||
"versions": {}
|
||||
}
|
Loading…
Reference in a new issue