Skip to content

Commit

Permalink
cmake: pass on BUILD_TYPE to wasm3
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 20, 2020
1 parent f766479 commit f2db4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ProjectWasm3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ExternalProject_Add(wasm3
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DBUILD_WASI=none
-DBUILD_PORTABLE=ON
INSTALL_COMMAND ""
Expand Down

0 comments on commit f2db4f5

Please sign in to comment.