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:
parent
7560b8b60b
commit
15b6fb0edd
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue