Kaydet (Commit) 791fd6c9 authored tarafından Luboš Luňák's avatar Luboš Luňák

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: 's avatarLuboš Luňák <l.lunak@collabora.com>
üst 779a48f7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment