X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/07feaf2cb00322d025073eb8ec22189ada5e4180..a645023da60d22e86be13f7b4d97adeff8bc6665:/unit-tests/test-cases/static-executable-weak-defines/Makefile diff --git a/unit-tests/test-cases/static-executable-weak-defines/Makefile b/unit-tests/test-cases/static-executable-weak-defines/Makefile index 05588b5..4e61937 100644 --- a/unit-tests/test-cases/static-executable-weak-defines/Makefile +++ b/unit-tests/test-cases/static-executable-weak-defines/Makefile @@ -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