Skip to content
Snippets Groups Projects
Commit 57b22adf authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

wasm: enable runtime assertions for RenderingCoreCxxTests

- Helps catch incorrect usage of any threads/gl APIs from emscripten.
parent f31efd38
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
set(_proxy_to_pthread_flag "1")
endif ()
set(_vtk_test_emscripten_extra_linker_args
"-sASSERTIONS=1"
# O2 or higher make wasm-opt terribly slow.
# test executables take a minute to link.
"-O1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment