Skip to content

Commit

Permalink
Merge pull request #174 from ewasm/wavm-static-linking
Browse files Browse the repository at this point in the history
wasm-engines: build wavm with static linking enabled
  • Loading branch information
jwasinger authored Oct 21, 2020
2 parents f857f2d + 485224e commit 1cd9e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-engines/docker/wavm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt install -y gcc-7 g++-7 && \
# install wavm
git clone --single-branch --branch bench-compile-time https://github.com/ewasm-benchmarking/WAVM && \
mkdir wavm-build && \
cd wavm-build && cmake -G Ninja ../WAVM -DCMAKE_BUILD_TYPE=Release && \
cd wavm-build && cmake -G Ninja ../WAVM -DCMAKE_BUILD_TYPE=Release -DWAVM_ENABLE_STATIC_LINKING=ON && \
ninja

FROM ewasm/bench-build-base:1
Expand Down

0 comments on commit 1cd9e48

Please sign in to comment.