SHA256
1
0
forked from pool/ccache
Martin Pluskal 2016-09-11 09:16:07 +00:00 committed by Git OBS Bridge
parent 4e0fced85b
commit 77f4cef5cf

View File

@ -9,7 +9,7 @@ Sun Sep 11 07:42:26 UTC 2016 - mpluskal@suse.com
* Fixed an issue when compiler option -Wp,-MT,path is used * Fixed an issue when compiler option -Wp,-MT,path is used
instead of -MT path (and similar for -MF, -MP and -MQ) and instead of -MT path (and similar for -MF, -MP and -MQ) and
run_second_cpp (CCACHE_CPP2) is enabled. run_second_cpp (CCACHE_CPP2) is enabled.
- Changes for 3.3.0: - Changes for version 3.3.0:
* A C99-compatible compiler is now required to build ccache. * A C99-compatible compiler is now required to build ccache.
* The configuration option run_second_cpp (CCACHE_CPP2) now * The configuration option run_second_cpp (CCACHE_CPP2) now
defaults to true. This improves ccaches out-of-the-box defaults to true. This improves ccaches out-of-the-box
@ -66,7 +66,7 @@ Sun Sep 11 07:42:26 UTC 2016 - mpluskal@suse.com
potential cache hits when not using the direct mode. potential cache hits when not using the direct mode.
* Increased buffer size used when reading file data. This * Increased buffer size used when reading file data. This
improves performance slightly. improves performance slightly.
- Changes for 3.2.8: - Changes for version 3.2.8:
* Bail out on too hard compiler option -P. * Bail out on too hard compiler option -P.
* Fixed clang test suite when running on Linux. * Fixed clang test suite when running on Linux.
* Fixed build and test for MinGW32 and Windows. * Fixed build and test for MinGW32 and Windows.