Removed unsupported compile option

This commit is contained in:
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 = (
"$(OTHER_CFLAGS)", "$(OTHER_CFLAGS)",
"-ffast-math", "-ffast-math",
"-falign-loops=16",
); );
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
}; };

View file

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

View file

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