File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/dev/build-instructions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ option(tests "Build tests" OFF)
5454option (optimize "Build a heavily optimized version, specific to the machine it's being compiled on." OFF )
5555option (static "Build static binaries." OFF )
5656option (symbols "Build binaries in a way that allows easier debugging." OFF )
57- option (warnings-as-errors "All warnings are treated as errors." ON )
57+ option (warnings-as-errors "All warnings are treated as errors." OFF )
5858
5959option (overlay "Build overlay." ON )
6060option (packaging "Build package." OFF )
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ Check for updates by default.
242242### warnings-as-errors
243243
244244All warnings are treated as errors.
245- (Default: ON )
245+ (Default: OFF )
246246
247247### wasapi
248248
You can’t perform that action at this time.
0 commit comments