Optimize lib for release builds

This commit is contained in:
RogueException
2016-08-20 22:37:33 -03:00
parent cc9e1c1a65
commit ed7710fbef

View File

@@ -23,7 +23,8 @@
"Release": {
"buildOptions": {
"define": [ "RELEASE" ],
"nowarn": [ "CS1573", "CS1591" ]
"nowarn": [ "CS1573", "CS1591" ],
"optimize": true
}
}
},