]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Clarify 3.7.4 news items 467/head
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 20:07:01 +0000 (22:07 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 20:07:01 +0000 (22:07 +0200)
-gz is apparently supported by GCC 5+ and Clang as well.

doc/NEWS.adoc

index be38837221180aaf657fba4341a00507be25aba5..a1c27daf6163b91d597297627845eeb2297c0cd9 100644 (file)
@@ -41,11 +41,11 @@ Release date: 2019-09-12
 Improvements
 ~~~~~~~~~~~~
 
-- Added support for GCC 9’s `-gz[=type]` option (previously ccache would think
-  that “-gz” alone would enable debug information, thus potentially including
-  the current directory in the hash).
+- Added support for the `-gz[=type]` compiler option (previously ccache would
+  think that “-gz” alone would enable debug information, thus potentially
+  including the current directory in the hash).
 
-- Added support for converting paths like “/c/users” into relative paths on
+- Added support for converting paths like “/c/users/...” into relative paths on
   Windows.