From ea6bf238e2418eb420634a72ebba5d5dde9a1f1d Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Tue, 11 Oct 2016 18:16:34 -0700 Subject: [PATCH] set ready to run flag for protojit Commit migrated from https://github.com/dotnet/coreclr/commit/3d05ba06eb2e549e3501aaa11b04d2ef1af450b2 --- src/coreclr/src/jit/protojit/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/src/jit/protojit/CMakeLists.txt b/src/coreclr/src/jit/protojit/CMakeLists.txt index e3cc769..b21ba4b 100644 --- a/src/coreclr/src/jit/protojit/CMakeLists.txt +++ b/src/coreclr/src/jit/protojit/CMakeLists.txt @@ -3,6 +3,7 @@ project(protojit) add_definitions(-DALT_JIT) add_definitions(-DFEATURE_NO_HOST) add_definitions(-DSELF_NO_HOST) +add_definitions(-DFEATURE_READYTORUN_COMPILER) remove_definitions(-DFEATURE_MERGE_JIT_AND_ENGINE) add_library_clr(protojit -- 2.7.4