Skip to content

Commit

Permalink
Merge pull request google#468 from google/restore_ie_compat
Browse files Browse the repository at this point in the history
Restore IE support.
  • Loading branch information
tomfinegan committed Sep 26, 2018
2 parents eee8bf5 + 9648d72 commit e9337d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9337d1

Please sign in to comment.