summaryrefslogtreecommitdiff
path: root/crossgen.cmake
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-04-30 10:22:42 -0700
committerJan Vorlicek <janvorli@microsoft.com>2015-04-30 10:25:44 -0700
commitcd795752b356b2d70f5bb204e90453b242b9fc79 (patch)
tree47ae0d47a70032366b00b720c8378bd278532f7c /crossgen.cmake
parent05e2aa8577806dba3ee794555e2964be4504cd2d (diff)
downloadcoreclr-cd795752b356b2d70f5bb204e90453b242b9fc79.tar.gz
coreclr-cd795752b356b2d70f5bb204e90453b242b9fc79.tar.bz2
coreclr-cd795752b356b2d70f5bb204e90453b242b9fc79.zip
Enable ReadyToRun for Windows CoreCLR
This change enables the FEATURE_READYTORUN for CoreCLR on Windows.
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 f8bdbd0567..34dc3ae9ef 100644
--- a/crossgen.cmake
+++ b/crossgen.cmake
@@ -17,4 +17,5 @@ remove_definitions(
if(WIN32)
add_definitions(-MT)
+ add_definitions(-DFEATURE_READYTORUN_COMPILER)
endif(WIN32)