Skip to content

Commit 3a3771d

Browse files
authored
Only strip files under the bin directory (#275)
Stripping other files (eg. *.a) doesn't seem the original intention and it sometimes has ill effects like breaking archive TOC.
1 parent b77017a commit 3a3771d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ build/config.BUILT:
200200
build: build/llvm.BUILT build/wasi-libc.BUILT build/compiler-rt.BUILT build/libcxx.BUILT build/config.BUILT
201201

202202
strip: build/llvm.BUILT
203-
./strip_symbols.sh $(BUILD_PREFIX)
203+
./strip_symbols.sh $(BUILD_PREFIX)/bin
204204

205205
package: build/package.BUILT
206206

0 commit comments

Comments
 (0)