On 2/23/18, Ashley Collins-Richardson <arichard...@scrapbookdev.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to