On 2/23/18, Ashley Collins-Richardson <[email protected]> wrote:
> Hi There,
>
> I am trying to add sqlite amalgamation into xcode and I keep getting the
> error
>
> error SQLite will not work correctly with the -ffast-math option of GCC.
>
> I have swapped <sqlite3.h> with #sqlite3.h and removed the dependencies
> from the previous library but I think I'm missing something.

Disable the -ffast-math compile-time option since it is incompatible
with SQLite.
-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to