Skip to content

Commit

Permalink
feat!: Bump binaryen to version_103 (#24)
Browse files Browse the repository at this point in the history
chore: Skip unused variables with a cmake flag
  • Loading branch information
phated committed Jan 11, 2022
1 parent 41c69d4 commit aa8a42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binaryen
Submodule binaryen updated 378 files
4 changes: 4 additions & 0 deletions dune
Expand Up @@ -33,6 +33,7 @@
binaryen
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_STATIC_LIB=ON
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand All @@ -57,6 +58,7 @@
binaryen
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand All @@ -83,6 +85,7 @@
binaryen
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand All @@ -107,6 +110,7 @@
binaryen
-G
"Unix Makefiles"
-DCMAKE_CXX_FLAGS=-Wno-unused-variable
-DBUILD_STATIC_LIB=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=binaryen)
Expand Down

0 comments on commit aa8a42d

Please sign in to comment.