Optimize on release builds only
This commit is contained in:
@@ -16,15 +16,15 @@
|
|||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
"warningsAsErrors": false,
|
"warningsAsErrors": false,
|
||||||
"xmlDoc": true,
|
"xmlDoc": true
|
||||||
"optimize": true
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"Release": {
|
"Release": {
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"define": [ "RELEASE" ],
|
"define": [ "RELEASE" ],
|
||||||
"nowarn": [ "CS1573", "CS1591" ]
|
"nowarn": [ "CS1573", "CS1591" ],
|
||||||
|
"optimize": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user