diff options
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 376b4c70457..6da879043cc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -49,7 +49,7 @@ Major New Features - Clang will no longer passes --build-id by default to the linker. In modern linkers that is a relatively expensive option. It can be passed explicitly - with -Wl,--build-id. To have clang always pass it, build it with + with -Wl,--build-id. To have clang always pass it, build clang with -DENABLE_LINKER_BUILD_ID. Improvements to Clang's diagnostics |

