From b0b31419b0039677f91934972aa5a46f2812e7f8 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 6 Sep 2024 20:29:59 -0700 Subject: [PATCH] Remove vestigial emscripten from cmake --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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)