summaryrefslogtreecommitdiff
path: root/src/coreclr
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-04-22 12:24:51 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2016-04-26 08:08:20 -0700
commit140396f479d5d33bca0daef1f072eef4992ed78e (patch)
tree691bb2faa922940c1de7363fd51ac109495e6473 /src/coreclr
parentb0d809bd6ae65e85591af504e1797b115ea25b23 (diff)
downloadcoreclr-140396f479d5d33bca0daef1f072eef4992ed78e.tar.gz
coreclr-140396f479d5d33bca0daef1f072eef4992ed78e.tar.bz2
coreclr-140396f479d5d33bca0daef1f072eef4992ed78e.zip
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index c1bed7b2bb..64e1524da7 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -1,5 +1,3 @@
-# Add the Merge flag here is needed. Not needed for RyuJIT if building as a DLL.
-add_definitions(-DFEATURE_MERGE_JIT_AND_ENGINE)
if(WIN32)
add_subdirectory(hosts)
endif(WIN32)