Skip to content

Commit

Permalink
feat!: Update binaryen to version_107 (#57)
Browse files Browse the repository at this point in the history
chore: Avoid building tests with cmake flag
  • Loading branch information
phated committed May 6, 2022
1 parent 1d7d50e commit 48090d5
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 234 deletions.
2 changes: 1 addition & 1 deletion binaryen
Submodule binaryen updated 133 files
466 changes: 233 additions & 233 deletions binaryen.es5.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dune
Expand Up @@ -40,6 +40,7 @@
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_TESTS=OFF
-DBUILD_STATIC_LIB=ON
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand All @@ -65,6 +66,7 @@
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_TESTS=OFF
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand Down Expand Up @@ -92,6 +94,7 @@
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_TESTS=OFF
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand All @@ -117,6 +120,7 @@
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_TESTS=OFF
-DCMAKE_SHARED_LIBRARY_PREFIX_CXX=lib
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 48090d5

Please sign in to comment.