Remove -sFORCE_FILESYSTEM=1 from compile options

The latest Emscripten will warn that it should only be passed as a
linker option.
This commit is contained in:
leo60228 2021-09-07 11:47:41 -04:00 committed by Misa Elizabeth Kai
parent 7560b8b60b
commit 15b6fb0edd
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ if(HAIKU)
target_link_libraries(VVVVVV ${BE_LIBRARY} ${ROOT_LIBRARY})
endif()
if(EMSCRIPTEN)
target_compile_options(VVVVVV PUBLIC -sFORCE_FILESYSTEM=1)
# 256MB is enough for everybody
target_link_libraries(VVVVVV -sFORCE_FILESYSTEM=1 -sTOTAL_MEMORY=256MB)
endif()