Removed unsupported compile option
This commit is contained in:
parent
4d6c7f4917
commit
8dd97a141d
3 changed files with 0 additions and 3 deletions
|
@ -306,7 +306,6 @@
|
|||
OTHER_CFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-ffast-math",
|
||||
"-falign-loops=16",
|
||||
);
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
|
|
|
@ -813,7 +813,6 @@
|
|||
OTHER_CFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-ffast-math",
|
||||
"-falign-loops=16",
|
||||
);
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
|
|
|
@ -813,7 +813,6 @@
|
|||
OTHER_CFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-ffast-math",
|
||||
"-falign-loops=16",
|
||||
);
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue