Add supposed iOS 9-compatible LDFLAGS

This commit is contained in:
Twinaphex 2015-10-22 23:00:18 +02:00
parent e77a612887
commit 5c77e8677f

View File

@ -637,7 +637,7 @@
"-DHAVE_MAIN",
"-DSINC_LOWER_QUALITY",
);
"OTHER_LDFLAGS[arch=*]" = "";
"OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = armv7;
@ -700,7 +700,7 @@
"-DHAVE_MAIN",
"-DSINC_LOWER_QUALITY",
);
"OTHER_LDFLAGS[arch=*]" = "";
"OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;