flip default for RAIBLOCKS_SIMD_OPTIMIZATIONS: OFF
Should fix #337 and several others
This commit is contained in:
parent
434fd037cf
commit
e44a9f584f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ set (RAIBLOCKS_GUI OFF CACHE BOOL "")
|
|||
set (RAIBLOCKS_TEST OFF CACHE BOOL "")
|
||||
option(RAIBLOCKS_ASAN_INT "Enable ASan+UBSan+Integer overflow" OFF)
|
||||
option(RAIBLOCKS_ASAN "Enable ASan+UBSan" OFF)
|
||||
option(RAIBLOCKS_SIMD_OPTIMIZATIONS "Enable CPU-specific SIMD optimizations (SSE/AVX or NEON, e.g.)" ON)
|
||||
option(RAIBLOCKS_SIMD_OPTIMIZATIONS "Enable CPU-specific SIMD optimizations (SSE/AVX or NEON, e.g.)" OFF)
|
||||
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue