Only strip files under the bin directory

Stripping other files (eg. *.a) doesn't seem the original intention
and it sometimes has ill effects like breaking archive TOC.
pull/275/head
YAMAMOTO Takashi 3 years ago
parent 9173dd9051
commit 4a3a352911

@ -199,7 +199,7 @@ build/config.BUILT:
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxx.BUILT build/config.BUILT
strip: build/llvm.BUILT
./strip_symbols.sh $(BUILD_PREFIX)
./strip_symbols.sh $(BUILD_PREFIX)/bin
package: build/package.BUILT

Loading…
Cancel
Save