summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-04-09 11:57:14 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-04-09 18:07:03 +0200
commit28eb086f5d256a1febd7b0f38f9cd77fac574031 (patch)
treeca589dd445e9ffd8e5d3427e0bcc6da793ed1cd1 /config_host
parentd214ab444e73490f4c95dffd7f376978cbcd3ccc (diff)
do not #error in clangplugins with --disable-pch
I missed that -building-pch-with-obj is checked by configure (and used) only if PCHs are used. So remove the error checking and hope that it gets checked whenever somebody does changes related to the flag. Change-Id: Ibdf991169f023dae48dad0dd2929215fb048d57d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113841 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_clang.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host/config_clang.h.in b/config_host/config_clang.h.in
index e588c86cf0ed..c19c0875ce86 100644
--- a/config_host/config_clang.h.in
+++ b/config_host/config_clang.h.in
@@ -17,6 +17,4 @@ 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