Skip to content

Commit 4e56d00

Browse files
author
Julian LALU
committed
Simplify
1 parent 45fafe8 commit 4e56d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ if(MSVC)
337337
target_compile_definitions(${test_project_name} PRIVATE __SSE4_2__)
338338
elseif(EMSCRIPTEN)
339339
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)
340+
target_link_options(${test_project_name} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-sASSERTIONS>)
341341
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -msimd128 -std=c++20 )
342342
else()
343343
target_compile_options( ${test_project_name} PRIVATE -msse4.2 -std=c++20)

0 commit comments

Comments
 (0)