diff --git a/CMakeLists.txt b/CMakeLists.txt index 492ed0e..de02781 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,6 @@ set( -Os \ --separate-asm \ -s AGGRESSIVE_VARIABLE_ELIMINATION=1 \ --s \"BINARYEN_METHOD='asmjs'\" \ -s ALLOW_MEMORY_GROWTH=0 \ --memory-init-file 0 \ " @@ -175,7 +174,6 @@ set( "${EMCC_LINKER_FLAGS___BASE} \ -s WASM=1 \ -Oz \ --s \"BINARYEN_METHOD='native-wasm'\" \ -s ALLOW_MEMORY_GROWTH=1 \ --post-js ${CMAKE_CURRENT_LIST_DIR}/src/module-post.js \ " @@ -225,4 +223,4 @@ target_link_libraries( boost_thread # ${log-lib} -) \ No newline at end of file +)