mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:29:00 +08:00
draco js: Silence binyaren warning
ELIMINATE_DUPLICATE_FUNCTIONS=1 is no longer required: it is now a default.
This commit is contained in:
parent
a8f6698a67
commit
935f182bb3
@ -674,8 +674,6 @@ if(EMSCRIPTEN AND ENABLE_JS_GLUE)
|
||||
require_compiler_flag("-s PRECISE_F32=1" YES)
|
||||
if(ENABLE_WASM)
|
||||
require_compiler_flag("-s WASM=1" YES)
|
||||
else()
|
||||
require_compiler_flag("-s ELIMINATE_DUPLICATE_FUNCTIONS=1" YES)
|
||||
endif()
|
||||
if(IE_COMPATIBLE)
|
||||
require_compiler_flag("-s LEGACY_VM_SUPPORT=1" YES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user