]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak manual line width
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Oct 2016 21:41:44 +0000 (22:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Oct 2016 21:41:44 +0000 (22:41 +0100)
MANUAL.txt

index b672f43329ec9091ae48570ce11a0efd9c3d4890..4747133ab1f800688b94cc38b3f2b3c920598086 100644 (file)
@@ -165,9 +165,9 @@ as the compiler you are using. The only exception to this is the option
 *--ccache-skip*. That option can be used to tell ccache to avoid interpreting
 the next option in any way and to pass it along to the compiler as-is.
 
-NOTE: *--ccache-skip* currently only tells ccache not to interpret the
-next option as a special compiler option -- the option will still be
-included in the direct mode hash.
+NOTE: *--ccache-skip* currently only tells ccache not to interpret the next
+option as a special compiler option -- the option will still be included in the
+direct mode hash.
 
 The reason this can be important is that ccache does need to parse the command
 line and determine what is an input filename and what is a compiler option, as
@@ -382,14 +382,14 @@ WRAPPERS>>.
     Exception: The CWD will not be included in the hash if *base_dir* is set
     (and matches the CWD) and the compiler option *-fdebug-prefix-map* is used.
 +
-The reason for including the CWD in the hash by default is to prevent a
-problem with the storage of the current working directory in the debug info
-of an object file, which can lead ccache to return a cached object file
-that has the working directory in the debug info set incorrectly.
+The reason for including the CWD in the hash by default is to prevent a problem
+with the storage of the current working directory in the debug info of an
+object file, which can lead ccache to return a cached object file that has the
+working directory in the debug info set incorrectly.
 +
-You can disable this setting to get cache hits when compiling the same
-source code in different directories if you don't mind that CWD in the
-debug info might be incorrect.
+You can disable this setting to get cache hits when compiling the same source
+code in different directories if you don't mind that CWD in the debug info
+might be incorrect.
 
 *ignore_headers_in_manifest* (*CCACHE_IGNOREHEADERS*)::