Removed unsupported compile option

CQTexperiment
Chris Moeller 2014-09-16 17:57:22 -07:00
parent 4d6c7f4917
commit 8dd97a141d
3 changed files with 0 additions and 3 deletions

View File

@ -306,7 +306,6 @@
OTHER_CFLAGS = (
"$(OTHER_CFLAGS)",
"-ffast-math",
"-falign-loops=16",
);
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};

View File

@ -813,7 +813,6 @@
OTHER_CFLAGS = (
"$(OTHER_CFLAGS)",
"-ffast-math",
"-falign-loops=16",
);
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};

View File

@ -813,7 +813,6 @@
OTHER_CFLAGS = (
"$(OTHER_CFLAGS)",
"-ffast-math",
"-falign-loops=16",
);
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};