diff --git a/cmake/caches/Windows-aarch64.cmake b/cmake/caches/Windows-aarch64.cmake index 1eb8b6e4326..22c36750d38 100644 --- a/cmake/caches/Windows-aarch64.cmake +++ b/cmake/caches/Windows-aarch64.cmake @@ -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 diff --git a/cmake/caches/Windows-x86_64.cmake b/cmake/caches/Windows-x86_64.cmake index 0074813978d..84903f14997 100644 --- a/cmake/caches/Windows-x86_64.cmake +++ b/cmake/caches/Windows-x86_64.cmake @@ -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