Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd107b2

Browse files
authoredApr 13, 2025
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).
1 parent c41ef75 commit dd107b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libunwind/docs/BuildingLibunwind.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ libunwind specific options
9191

9292
.. option:: LIBUNWIND_ENABLE_WERROR:BOOL
9393

94-
**Default**: ``ON``
94+
**Default**: ``OFF``
9595

9696
Compile with -Werror
9797

0 commit comments

Comments
 (0)
Please sign in to comment.