X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/c211e7c9adba556a05f8bddeafa72fa9fa87fe1b..HEAD:/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