Skip to content

Commit

Permalink
[CMake] Emscripten: Remove deprecated DEMANGLE_SUPPORT option
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Apr 11, 2024
1 parent 6603bb1 commit 012275f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ if(CMAKE_SYSTEM_NAME MATCHES "Emscripten")
target_link_options(warzone2100 PRIVATE "SHELL:-s ALLOW_MEMORY_GROWTH=1")
# NOTE: WZ's shell.html handles intelligently detecting and picking a maximum for the WebAssembly.Memory request

target_link_options(warzone2100 PRIVATE "SHELL:-s DEMANGLE_SUPPORT=1")
# target_link_options(warzone2100 PRIVATE "SHELL:-s GL_ASSERTIONS=1") # Useful for debugging, but impacts performance
# target_link_options(warzone2100 PRIVATE "SHELL:-s LZ4=1") # LZ4 can't be used while also supporting gettext translations (no support for mmap in LZ4 filesystem backend)
#target_link_options(warzone2100 PRIVATE "SHELL:-s FULL_ES3=1")
Expand Down

0 comments on commit 012275f

Please sign in to comment.