Commit b51a6f0c by Ben Clayton

Revert "Temporarily disable warnings-as-errors"

This reverts commit 782a9802. Change-Id: I95f145db0a7e5351407402861d68bcb17289c698 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/33818Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 42502045
...@@ -93,14 +93,12 @@ option(MSAN "Build with memory sanitizer" 0) ...@@ -93,14 +93,12 @@ option(MSAN "Build with memory sanitizer" 0)
option(ASAN "Build with address sanitizer" 0) option(ASAN "Build with address sanitizer" 0)
option(TSAN "Build with thread sanitizer" 0) option(TSAN "Build with thread sanitizer" 0)
option(UBSAN "Build with undefined behavior sanitizer" 0) option(UBSAN "Build with undefined behavior sanitizer" 0)
option(WARNINGS_AS_ERRORS "Treat all warnings as errors" 0) option(WARNINGS_AS_ERRORS "Treat all warnings as errors" 1)
option(DCHECK_ALWAYS_ON "Check validation macros even in release builds" 0) option(DCHECK_ALWAYS_ON "Check validation macros even in release builds" 0)
option(REACTOR_EMIT_DEBUG_INFO "Emit debug info for JIT functions" 0) option(REACTOR_EMIT_DEBUG_INFO "Emit debug info for JIT functions" 0)
option(REACTOR_EMIT_PRINT_LOCATION "Emit printing of location info for JIT functions" 0) option(REACTOR_EMIT_PRINT_LOCATION "Emit printing of location info for JIT functions" 0)
option(REACTOR_VERIFY_LLVM_IR "Check reactor-generated LLVM IR is valid even in release builds" 0) option(REACTOR_VERIFY_LLVM_IR "Check reactor-generated LLVM IR is valid even in release builds" 0)
set(SPIRV_WERROR OFF CACHE BOOL "TEMPORARY WHILE UPDATING SPIRV-Headers SPIRV-Tools")
if(ARCH STREQUAL "arm") if(ARCH STREQUAL "arm")
set(DEFAULT_REACTOR_BACKEND "Subzero") set(DEFAULT_REACTOR_BACKEND "Subzero")
else() else()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment