Speed up JIT builds
authorBruce Forstall <brucefo@microsoft.com>
Wed, 22 Feb 2017 23:43:18 +0000 (15:43 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 22 Feb 2017 23:43:18 +0000 (15:43 -0800)
commit91681810db13a23fa7fc0437340946bf8cfe140b
tree13cae3642fe218f70a51a8d4f7d1b2d2efb5090a
parentf193024a5ef8f277f08bed3721e2e8e730aabdb9
Speed up JIT builds

We don't need to build the static lib and crossgen static lib
versions of the JIT unless FEATURE_MERGE_JIT_AND_ENGINE is set.
And, since we currently don't set it, this means doing two
fewer JIT builds.
src/jit/CMakeLists.txt