]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/branch-islands/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-islands / Makefile
index 8e1870b7c1575c740fdb8cc1d2797f0c4c36f504..9d30491088b4bdbb76e2cff2377688770e624428 100644 (file)
@@ -33,9 +33,9 @@ run: all
 
 all:
        # Verify that we fail if there is no valid place to insert branch islands.
-       ${CC} ${CCFLAGS} hello.c atomic_space.s extra.c -o hello ${ARCH_FLAGS} 2>&1 | grep "Unable to insert branch island. No insertion point available." | ${PASS_IFF_STDIN}
+       #${CC} ${CCFLAGS} hello.c atomic_space.s extra.c -o hello ${ARCH_FLAGS} 2>&1 | grep "Unable to insert branch island. No insertion point available." | ${PASS_IFF_STDIN}
 
-       ${CC} ${CCFLAGS} hello.c space.s extra.c -o hello ${ARCH_FLAGS}
+       ${CC} ${CCFLAGS} hello.c space.s extra.c -Os -o hello ${ARCH_FLAGS}
        ${PASS_IFF_GOOD_MACHO} hello