mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-02 08:40:38 +08:00
Merge pull request #468 from google/restore_ie_compat
Restore IE support.
This commit is contained in:
commit
e9337d1faa
@ -653,6 +653,9 @@ if (EMSCRIPTEN AND ENABLE_JS_GLUE)
|
||||
else ()
|
||||
require_compiler_flag("-s ELIMINATE_DUPLICATE_FUNCTIONS=1" YES)
|
||||
endif ()
|
||||
if (IE_COMPATIBLE)
|
||||
require_compiler_flag("-s LEGACY_VM_SUPPORT=1" YES)
|
||||
endif ()
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "")
|
||||
# Force -O3 when no build type is specified.
|
||||
|
Loading…
x
Reference in New Issue
Block a user