summaryrefslogtreecommitdiff
path: root/crossgen.cmake
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-04-30 11:16:51 -0700
committerJan Vorlicek <janvorli@microsoft.com>2015-04-30 11:16:51 -0700
commit4c724fa7eb813a93d987a2e8874c5dadb9cbffc3 (patch)
tree14c9115c2ad58b10540f8b054875c87553406293 /crossgen.cmake
parent651789a4a70c46f589109adab17e211d20719e66 (diff)
parentcd795752b356b2d70f5bb204e90453b242b9fc79 (diff)
downloadcoreclr-4c724fa7eb813a93d987a2e8874c5dadb9cbffc3.tar.gz
coreclr-4c724fa7eb813a93d987a2e8874c5dadb9cbffc3.tar.bz2
coreclr-4c724fa7eb813a93d987a2e8874c5dadb9cbffc3.zip
Merge pull request #887 from janvorli/windows-readytorun
Enable ReadyToRun for Windows CoreCLR
Diffstat (limited to 'crossgen.cmake')
-rw-r--r--crossgen.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/crossgen.cmake b/crossgen.cmake
index af285fceea..d377044302 100644
--- a/crossgen.cmake
+++ b/crossgen.cmake
@@ -19,4 +19,5 @@ remove_definitions(
if(WIN32)
add_definitions(-MT)
+ add_definitions(-DFEATURE_READYTORUN_COMPILER)
endif(WIN32)