]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/relocs-literals2/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / relocs-literals2 / Makefile
index 23e4a828276e63b0511382dc03d9a5ca41ec5ea3..b1820f09801777f885bb40d5fa40af30fdd23707 100644 (file)
@@ -38,7 +38,7 @@ endif
 run: all
 
 all:
-       ${CC} ${CCFLAGS} -Os $(PIC) test.c -c -o test.${ARCH}.o
+       ${CC} ${CCFLAGS} -Os $(PIC) test.c -c -o test.${ARCH}.o -Wno-array-bounds
        ${FAIL_IF_ERROR} ${OBJECTDUMP} -no_content test.${ARCH}.o > test.${ARCH}.o.dump
 
        ${LD} -arch ${ARCH} -r -keep_private_externs test.${ARCH}.o -o test-r.${ARCH}.o