File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
13
13
compiler-rt
14
14
CACHE STRING "" )
15
15
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
-
20
16
set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
21
17
22
18
# NOTE(compnerd) we can hardcode the default target triple since the cache files
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
13
13
compiler-rt
14
14
CACHE STRING "" )
15
15
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
-
20
16
set (ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "" )
21
17
22
18
# NOTE(compnerd) we can hardcode the default target triple since the cache files
You can’t perform that action at this time.
0 commit comments