We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c75f8a commit 631ab7cCopy full SHA for 631ab7c
test/CMakeLists.txt
@@ -36,7 +36,7 @@ elseif(EMSCRIPTEN)
36
# Uncomment to generate an JS file testable with NodeJS (HTML must be commented)
37
set_target_properties(${test_project_name} PROPERTIES SUFFIX ".js")
38
target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS> "-sENVIRONMENT=[\"web\",\"node\"]" -sABORTING_MALLOC=0 -sALLOW_MEMORY_GROWTH=1 -sINITIAL_MEMORY=134217728)
39
- target_compile_options( ${test_project_name} PRIVATE -finput-charset=UTF-8 -fexec-charset=UTF-8 -msse4.2 -msimd128 -fconstexpr-ops-limit=2147483647 -fconstexpr-steps=2147483647)
+ target_compile_options( ${test_project_name} PRIVATE -finput-charset=UTF-8 -fexec-charset=UTF-8 -msse4.2 -msimd128 -fconstexpr-steps=2147483647 -fconstexpr-depth=2147483647)
40
else()
41
# GCC
42
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
0 commit comments