diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 06:35:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 06:35:13 +0200 |
commit | 8b3b4f62e55f8a795d893eeb7415ba1318da237f (patch) | |
tree | 92668b74c568255a9ce90372a9f0352e63ccf383 /NEWS | |
parent | c050db1d2f88196002ecb882c8a9f1d7eeb4848e (diff) |
Add NEWS entry for new cxx.std=latest mappings
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -207,6 +207,9 @@ Version 0.14.0 * Support for suppressing duplicates when extracting library options and linking libraries in cc::{compile,link}_rule. + * The cxx.std=latest value has been mapped to c++2b for Clang 13 or later + and to /std:c++20 for MSVC 16.11 or later. + * Support for LTO parallelization during linking in GCC and Clang. GCC >= 10 and Clang >= 4 support controlling the number of LTO threads |