]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/static-executable-weak-defines/Makefile
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / static-executable-weak-defines / Makefile
index 05588b573ef800662dafc817cee2b4529d92094b..4e61937a0e79a4101093cdab1668e03668396f20 100644 (file)
@@ -29,7 +29,8 @@ include ${TESTROOT}/include/common.makefile
 
 all:
        ${CC} ${CCFLAGS} test.c -static -o test -e _entry -nostdlib -Wl,-new_linker
+       strip -S test -o test.stripped
        ${PASS_IFF_GOOD_MACHO} test
 
 clean:
-       rm -rf test
+       rm -rf test  test.stripped