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)
commit34b4bc32d719dde90e3ba46ac493c8b05c54ef46
treee6a1996be9830253d0602f3ad0f251fd8bb7734c
parent8eb828408b7defd08a6c83a18e1f5dfed3e8ef54
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.

Commit migrated from https://github.com/dotnet/coreclr/commit/91681810db13a23fa7fc0437340946bf8cfe140b
src/coreclr/src/jit/CMakeLists.txt