]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Apr 2019 19:28:31 +0000 (21:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Apr 2019 19:28:31 +0000 (21:28 +0200)
doc/NEWS.adoc

index f3f6e0f59f88a98726094117973976c7174203f9..493fe4ab582b46714ae69dbc5fbea5294ea52435 100644 (file)
@@ -52,6 +52,11 @@ Changes
 * ccache no longer creates a missing output directory, thus mimicking the
   compiler behavior for `-o out/obj.o` when “out” doesn’t exist.
 
+* `-fdebug-prefix-map=ARG`, `-ffile-prefix-map=ARG` and
+  `-fmacro-prefix-map=ARG` are now included in the hash, but only the part
+  before “ARG”. This fixes a bug where compiler feature detection of said flags
+  would not work correctly with ccache.
+
 
 ccache 3.6
 ----------