Skip to content

Commit 3fc0d7a

Browse files
authored
Remove flags that have been removed from Node 20 LTS
1 parent 9084c70 commit 3fc0d7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/onnxruntime_unittests.cmake

-6
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ function(AddTest)
196196
)
197197
else()
198198
set(TEST_NODE_FLAGS)
199-
if (onnxruntime_ENABLE_WEBASSEMBLY_THREADS)
200-
list(APPEND TEST_NODE_FLAGS "--experimental-wasm-threads")
201-
endif()
202-
if (onnxruntime_ENABLE_WEBASSEMBLY_SIMD)
203-
list(APPEND TEST_NODE_FLAGS "--experimental-wasm-simd")
204-
endif()
205199

206200
# prefer Node from emsdk so the version is more deterministic
207201
if (DEFINED ENV{EMSDK_NODE})

0 commit comments

Comments
 (0)