We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cd6f3 commit 3990cebCopy full SHA for 3990ceb
test/CMakeLists.txt
@@ -343,7 +343,7 @@ if(MSVC)
343
target_compile_definitions(${test_project_name} PRIVATE __SSE4_2__)
344
elseif(EMSCRIPTEN)
345
set_target_properties(${test_project_name} PROPERTIES SUFFIX ".html")
346
- target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS> -sENVIRONMENT='web,node')
+ target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS> -sENVIRONMENT='web,node' -sABORTING_MALLOC=0)
347
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -msimd128 -std=c++20 )
348
else()
349
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -std=c++20)
0 commit comments