28eb086f5d
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>
20 lines
358 B
C
20 lines
358 B
C
/*
|
|
|
|
Settings related to Clang compiler plugins.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_CLANG_H
|
|
#define CONFIG_CLANG_H
|
|
|
|
#undef BUILDDIR
|
|
#undef SRCDIR
|
|
#undef WORKDIR
|
|
|
|
#undef CLANG_VERSION
|
|
|
|
/* This is actually unused, but it should change whenever Clang changes,
|
|
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
|
|
#undef CLANG_FULL_VERSION
|
|
|
|
#endif
|