From ebd374d5084d5a49b4e22eddfd53af1c8a390069 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 20 May 2019 12:52:00 -0700 Subject: Disable FEATURE_INTERPRETER for crossgen (#24662) --- crossgen.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/crossgen.cmake b/crossgen.cmake index 8f680398b9..7bc64a2706 100644 --- a/crossgen.cmake +++ b/crossgen.cmake @@ -10,6 +10,7 @@ remove_definitions( -DFEATURE_CODE_VERSIONING -DEnC_SUPPORTED -DFEATURE_EVENT_TRACE=1 + -DFEATURE_INTERPRETER -DFEATURE_MULTICOREJIT -DFEATURE_PERFMAP -DFEATURE_REJIT -- cgit v1.2.3