From 02f71f94ce99af780d70ea37ea4274bb6fa5137f Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 24 Mar 2020 13:03:10 -0700 Subject: [PATCH] Strip symbols regardless of version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45e22f7..b9a3ea2 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ build/config.BUILT: build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxxabi.BUILT build/libcxx.BUILT build/config.BUILT strip: build/llvm.BUILT - cd $(PREFIX)/bin; strip clang-9 lld llvm-ar + cd $(PREFIX)/bin; strip clang-* clang++-* lld llvm-ar package: build/package.BUILT