Accepting request 822882 from home:elimat:branches:devel:tools:building

- Update to version 3.7.11:
  * Added knowledge about -fprofile-{correction,reorder-functions,values}.
  * ccache now handles the Intel compiler option -xCODE (where CODE is a
    processor feature code) correctly.
  * Added support for NVCC’s -Werror and --Werror options.
  * ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now
    skipped for GCC 6.

OBS-URL: https://build.opensuse.org/request/show/822882
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=96
This commit is contained in:
2020-07-27 09:21:02 +00:00
committed by Git OBS Bridge
parent 04248c3075
commit 7592866fcf
6 changed files with 31 additions and 20 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 26 21:10:54 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- Update to version 3.7.11:
* Added knowledge about -fprofile-{correction,reorder-functions,values}.
* ccache now handles the Intel compiler option -xCODE (where CODE is a
processor feature code) correctly.
* Added support for NVCCs -Werror and --Werror options.
* ccaches “Directory is not hashed if using -gz[=zlib]” tests are now
skipped for GCC 6.
-------------------------------------------------------------------
Sun Jul 19 20:21:16 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>