Skip to content

Commit b0bbf92

Browse files
committed
cmake: Remove LLVM_ENABLE_ASSERTIONS from Windows cmake cache.
1 parent 02fc68b commit b0bbf92

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

cmake/caches/Windows-aarch64.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
1313
compiler-rt
1414
CACHE STRING "")
1515

16-
# NOTE(compnerd) always enable assertions, the toolchain will not provide enough
17-
# context to resolve issues otherwise and may silently generate invalid output.
18-
set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
19-
2016
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
2117

2218
# NOTE(compnerd) we can hardcode the default target triple since the cache files

cmake/caches/Windows-x86_64.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
1313
compiler-rt
1414
CACHE STRING "")
1515

16-
# NOTE(compnerd) always enable assertions, the toolchain will not provide enough
17-
# context to resolve issues otherwise and may silently generate invalid output.
18-
set(LLVM_ENABLE_ASSERTIONS YES CACHE BOOL "")
19-
2016
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
2117

2218
# NOTE(compnerd) we can hardcode the default target triple since the cache files

0 commit comments

Comments
 (0)