1 # Contains the crossgen build specific definitions. Included by the leaf crossgen cmake files.
6 -DFEATURE_NATIVE_IMAGE_GENERATION
10 -DFEATURE_CODE_VERSIONING
12 -DFEATURE_EVENT_TRACE=1
13 -DFEATURE_LOADER_OPTIMIZATION
14 -DFEATURE_MULTICOREJIT
17 -DFEATURE_TIERED_COMPILATION
18 -DFEATURE_VERSIONING_LOG
21 if(FEATURE_READYTORUN)
22 add_definitions(-DFEATURE_READYTORUN_COMPILER)
23 endif(FEATURE_READYTORUN)
25 if(CLR_CMAKE_PLATFORM_LINUX)
26 add_definitions(-DFEATURE_PERFMAP)
27 endif(CLR_CMAKE_PLATFORM_LINUX)