]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add -Xpreprocessor to the list of options that disable direct mode
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 17 May 2010 18:12:17 +0000 (20:12 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 17 May 2010 18:12:17 +0000 (20:12 +0200)
manual.txt

index bfd0090e76d611a0dfe57ef1f43b5d7e9b03bb2e..53abe5bdaa47cbff2ed6ced3f75bcb3eb854ec20 100644 (file)
@@ -406,8 +406,10 @@ The direct mode will be disabled if any of the following holds:
 * a modification time of one of the include files is too new (needed to avoid a
   race condition)
 * the unifier is enabled (the environment variable *CCACHE_UNIFY* is set)
-* a *-Wp,_X_* compiler option other than *-Wp,-MD,_path_* and *-Wp,-MMD,_path_*
-  is used
+* a compiler option not supported by the direct mode is used:
+** a *-Wp,_X_* compiler option other than *-Wp,-MD,_path_* and
+   *-Wp,-MMD,_path_*
+** *-Xpreprocessor*
 * the string ``\_\_TIME__'' is present outside comments and string literals in
   the source code