== Precompiled headers
-Ccache has support for precompiled headers with GCC and Clang. However, you have
+Ccache has limited support for precompiled headers with GCC and Clang. You have
to do some things to make it work properly:
* You must set <<config_sloppiness,*sloppiness*>> to *pch_defines,time_macros*.
increase the statistics counter "`Preprocessing failed`" (if the non-precompiled
header file is not available).
+Also, you might get into trouble if header files use `#pragma once` instead of
+include guards.
+
== C++ modules