Skip to content

Commit dd107b2

Browse files
authored
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

+1-1
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)