Skip to content

Commit

Permalink
Makefile: remove unnecessary strip of libwasmer-headless.a
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Aug 12, 2022
1 parent a4d7d96 commit 331f423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ package-capi-headless: build-capi-headless
fi
if [ -f $(TARGET_DIR)/libwasmer.a ]; then \
cp $(TARGET_DIR)/libwasmer.a package/lib/libwasmer-headless.a ;\
strip package/lib/libwasmer-headless.a ;\
fi

package-docs: build-docs build-docs-capi
Expand Down

0 comments on commit 331f423

Please sign in to comment.