Merge pull request #267 from Mushroom/dev

Optimize rest of lib for release builds
This commit is contained in:
RogueException
2016-09-03 21:29:25 -03:00
committed by GitHub

View File

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