cmake: Remove LLVM_ENABLE_ASSERTIONS from Windows cmake cache.

This commit is contained in:
Jeff
2025-03-24 18:44:41 -07:00
parent 02fc68badf
commit b0bbf921fe
2 changed files with 0 additions and 8 deletions

View File

@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
compiler-rt
CACHE STRING "")
# NOTE(compnerd) always enable assertions, the toolchain will not provide enough
# context to resolve issues otherwise and may silently generate invalid output.
set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
# NOTE(compnerd) we can hardcode the default target triple since the cache files

View File

@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
compiler-rt
CACHE STRING "")
# NOTE(compnerd) always enable assertions, the toolchain will not provide enough
# context to resolve issues otherwise and may silently generate invalid output.
set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
# NOTE(compnerd) we can hardcode the default target triple since the cache files