1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

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

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()