summaryrefslogtreecommitdiff
path: root/clr.props
AgeCommit message (Collapse)AuthorFilesLines
2016-02-06Delete mdil support from coreclrJan Kotas1-2/+0
[tfs-changeset: 1573006]
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-1/+0
In checked builds coreclr, mscorlib, and the test are built optimized but assertion checking is on. This adds additional coverage (the jit is optimizing and assertion checking is on), speeds up testing compared to debug, and allows testing JIT stress modes. This doesn't affect CoreFX. Several tests are currently failing in checked configuration due to newly discovered bugs (JIT asserts). We didn't see these asserts in debug mode because by default JIT is in minopt mode; we didn't see these bugs in release mode because assertion checking is off. I will file the bugs once checked build changes are in.
2015-12-05Fix build break in internal buildJan Kotas1-4/+6
[tfs-changeset: 1554810]
2015-12-04Fix build breaks after GC updateJan Kotas1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+339
[tfs-changeset: 1407945]