commit | dd107b20daedbc49dc3003ae2cb2e846267c308c | [log] [tgz] |
---|---|---|
author | Firas Khalil Khana <firasuke@gmail.com> | Sun Apr 13 19:41:30 2025 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 13 09:41:30 2025 -0700 |
tree | 64b3c493d863d77d0293259db1a6864593ab476f | |
parent | c41ef751f85ee42f40380d064f44cfd347fb6215 [diff] |
Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546) `LIBUNWIND_ENABLE_WERROR` defaults to `OFF` according to [CMakeLists.txt](https://github.com/llvm/llvm-project/blob/main/libunwind/CMakeLists.txt#L43).
diff --git a/libunwind/docs/BuildingLibunwind.rst b/libunwind/docs/BuildingLibunwind.rst index 8b4f120..c231587 100644 --- a/libunwind/docs/BuildingLibunwind.rst +++ b/libunwind/docs/BuildingLibunwind.rst
@@ -91,7 +91,7 @@ .. option:: LIBUNWIND_ENABLE_WERROR:BOOL - **Default**: ``ON`` + **Default**: ``OFF`` Compile with -Werror