summaryrefslogtreecommitdiff
path: root/src/inc/switches.h
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-04-29 03:08:36 +0900
committerBruce Forstall <brucefo@microsoft.com>2017-04-28 11:08:36 -0700
commit12d18da45492e5b48991b1d0dcf3bfbea5136944 (patch)
tree15ed93d6b7b8cdc1e52a00ec164496507e18aa7f /src/inc/switches.h
parentaabe04b262546c93421a7e0164c4f0f4aaeedbf3 (diff)
downloadcoreclr-12d18da45492e5b48991b1d0dcf3bfbea5136944.tar.gz
coreclr-12d18da45492e5b48991b1d0dcf3bfbea5136944.tar.bz2
coreclr-12d18da45492e5b48991b1d0dcf3bfbea5136944.zip
Enable interpreter build (#11252)
Enable FEATURE_INTERPRETER build
Diffstat (limited to 'src/inc/switches.h')
-rw-r--r--src/inc/switches.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index bb303876e8..79964530fa 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -235,3 +235,6 @@
#endif // !defined(CROSSGEN_COMPILE)
+#if defined(FEATURE_INTERPRETER) && defined(CROSSGEN_COMPILE)
+#undef FEATURE_INTERPRETER
+#endif