summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_clang.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_clang.h.in b/config_host/config_clang.h.in
index c19c0875ce86..e588c86cf0ed 100644
--- a/config_host/config_clang.h.in
+++ b/config_host/config_clang.h.in
@@ -17,4 +17,6 @@ Settings related to Clang compiler plugins.
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
#undef CLANG_FULL_VERSION
+#define HAVE_BUILDING_PCH_WITH_OBJ 0
+
#endif