diff --git a/CMakeLists.txt b/CMakeLists.txt index 646fa9e..d282400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,12 +72,6 @@ else() add_link_options(-Wl,--gc-sections) endif() -if(EMSCRIPTEN) - # https://github.com/emscripten-core/emscripten/issues/15377#issuecomment-1285167486 - add_link_options(-lnodefs.js -lnoderawfs.js) - add_link_options(-s ALLOW_MEMORY_GROWTH) -endif() - if(NOT USE_SIMD_FALLBACK) cmake_push_check_state() list(APPEND CMAKE_REQUIRED_FLAGS -mavx)