We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2765f commit a1bcfbdCopy full SHA for a1bcfbd
packages/mesh-filters/CMakeLists.txt
@@ -70,7 +70,7 @@ if (WASI)
70
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lwasi-emulated-process-clocks -lwasi-emulated-signal")
71
endif()
72
if(EMSCRIPTEN OR WASI)
73
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-include-dirs -Wno-unsafe-buffer-usage -Wno-switch-default -Wno-undefined-reinterpret-cast -Wno-deprecated-declarations -Wno-documentation")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msimd128 -Wno-missing-include-dirs -Wno-unsafe-buffer-usage -Wno-switch-default -Wno-undefined-reinterpret-cast -Wno-deprecated-declarations -Wno-documentation")
74
75
76
# set(GEOGRAM_GIT_REPOSITORY "https://github.com/BrunoLevy/geogram.git")
0 commit comments