mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
cmake: Remove LLVM_ENABLE_ASSERTIONS from Windows cmake cache.
This commit is contained in:
@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
|
|||||||
compiler-rt
|
compiler-rt
|
||||||
CACHE STRING "")
|
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 "")
|
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
|
||||||
|
|
||||||
# NOTE(compnerd) we can hardcode the default target triple since the cache files
|
# NOTE(compnerd) we can hardcode the default target triple since the cache files
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ set(LLVM_ENABLE_RUNTIMES
|
|||||||
compiler-rt
|
compiler-rt
|
||||||
CACHE STRING "")
|
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 "")
|
set(ENABLE_X86_RELAX_RELOCATIONS YES CACHE BOOL "")
|
||||||
|
|
||||||
# NOTE(compnerd) we can hardcode the default target triple since the cache files
|
# NOTE(compnerd) we can hardcode the default target triple since the cache files
|
||||||
|
|||||||
Reference in New Issue
Block a user