summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-03-09 22:44:42 +0100
committerLuboš Luňák <l.lunak@collabora.com>2019-05-06 12:36:16 +0200
commit791fd6c935dd9420aec97319c61475c1bc97591e (patch)
tree82d7acbd184bc3aa5bec3d6ad99b3625c76a1c94 /configure.ac
parenttdf#42949 Fix IWYU warnings in include/formula/ (diff)
downloadcore-791fd6c935dd9420aec97319c61475c1bc97591e.tar.gz
core-791fd6c935dd9420aec97319c61475c1bc97591e.zip
PCH works fine with compiler plugins
No idea why this has been disabled, Clang can handle both plugins and PCH at the same time. Change-Id: I957b57f5f86b041c0437a121990b40bfa0095a0d Reviewed-on: https://gerrit.libreoffice.org/71564 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index a0cf4cda626f..020e3b75ed42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5036,15 +5036,6 @@ dnl ===================================================================
dnl enable pch by default on windows
dnl enable it explicitly otherwise
ENABLE_PCH=""
-if test "$enable_pch" = yes -a "$enable_compiler_plugins" = yes; then
- if test -z "$libo_fuzzed_enable_pch"; then
- AC_MSG_ERROR([--enable-pch cannot be used with --enable-compiler-plugins])
- else
- AC_MSG_NOTICE([Resetting --enable-pch=no])
- enable_pch=no
- fi
-fi
-
AC_MSG_CHECKING([whether to enable pch feature])
if test "$enable_pch" != "no"; then
if test "$_os" = "WINNT"; then