add -mno-thumb cflag to avoid armv6 crash

This commit is contained in:
Stephen Lombardo 2012-01-25 01:17:51 -05:00
parent cdfd2a3d3a
commit ff9a340039
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,7 @@
);
INSTALL_PATH = /usr/local/lib;
OTHER_CFLAGS = (
"-mno-thumb",
"-DSQLITE_HAS_CODEC",
"-DNDEBUG",
"-DSQLITE_TEMP_STORE=2",
@ -216,6 +217,7 @@
);
INSTALL_PATH = /usr/local/lib;
OTHER_CFLAGS = (
"-mno-thumb",
"-DSQLITE_HAS_CODEC",
"-DNDEBUG",
"-DSQLITE_OS_UNIX=1",