]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/dwarf-strip-objc/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dwarf-strip-objc / Makefile
index 866d1786a96f0a580962a7c7b05f25aa7405f1a4..cc236346a65f162a20462840d664261fbc71914d 100644 (file)
@@ -21,7 +21,7 @@ run: all
 all:
        ${CC} ${CCFLAGS} -gdwarf-2 hello.m -c -o hello.o
        ${LD} -r -S hello.o -o hello-r.o
-       size -l hello-r.o | grep ${IMAGE_INFO} | ${PASS_IFF_STDIN}
+       size -m -l hello-r.o | grep ${IMAGE_INFO} | ${PASS_IFF_STDIN}