mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
add -mno-thumb cflag to avoid armv6 crash
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user