From 1f86890b7526821279c6bf2bd3ead189bf558459 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 25 Feb 2023 11:55:34 -0700 Subject: [PATCH] [wasm/graphite] Typo --- src/wasm/graphite/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wasm/graphite/Makefile b/src/wasm/graphite/Makefile index 6584df96d..d509132dc 100644 --- a/src/wasm/graphite/Makefile +++ b/src/wasm/graphite/Makefile @@ -10,6 +10,7 @@ all: $(FONTS) -fvisibility=hidden \ -Wl,--allow-undefined \ -Wl,--no-entry \ + -Wl,--strip-all \ -sERROR_ON_UNDEFINED_SYMBOLS=0 \ ~/graphite/src/libgraphite2.a \ ~/wasm/wasi-sdk-19.0/share/wasi-sysroot/lib/wasm32-wasi/libc.a \ @@ -22,4 +23,4 @@ all: $(FONTS) clean: $(RM) shape.wasm $(FONTS) -.PRECIOUS: shap.wasm +.PRECIOUS: shape.wasm