We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fafe8 commit 4e56d00Copy full SHA for 4e56d00
test/CMakeLists.txt
@@ -337,7 +337,7 @@ if(MSVC)
337
target_compile_definitions(${test_project_name} PRIVATE __SSE4_2__)
338
elseif(EMSCRIPTEN)
339
set_target_properties(${test_project_name} PROPERTIES SUFFIX ".html")
340
- target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS> -s ENVIRONMENT=node)
+ target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS>)
341
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -msimd128 -std=c++20 )
342
else()
343
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -std=c++20)
0 commit comments