blob: 36ec348506bb8d169642990de9f504daa956c51d (
plain)
1
2
3
4
5
6
7
8
|
PCH_WARN_INVALID
----------------
When this property is set to true, the precompile header compiler options
will contain a compiler flag wich should warn about invalid precompiled
headers e.g. ``-Winvalid-pch`` for GNU compiler.
The defalut value is ``ON``.
|