We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3009d69 commit 5753939Copy full SHA for 5753939
docker/Dockerfile
@@ -46,8 +46,6 @@ RUN echo "## Aggressive optimization: Remove debug symbols" \
46
&& strip -s `which node` \
47
# Tests consume ~80MB disc space
48
&& rm -fr ${EMSDK}/upstream/emscripten/tests \
49
- # Fastcomp is not supported
50
- && rm -fr ${EMSDK}/upstream/fastcomp \
51
# strip out symbols from clang (~extra 50MB disc space)
52
&& find ${EMSDK}/upstream/bin -type f -exec strip -s {} + || true \
53
&& echo "## Done"
0 commit comments