mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-31 06:21:07 +00:00
Merge branch 'prerelease' into ditto
Conflicts: src/func.c
This commit is contained in:
@@ -197,14 +197,12 @@
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
OTHER_CFLAGS = (
|
||||
"-DSQLITE_HAS_CODEC",
|
||||
"-DNDEBUG",
|
||||
"-DSQLITE_TEMP_STORE=2",
|
||||
"-DSQLITE_THREADSAFE",
|
||||
);
|
||||
"OTHER_CFLAGS[arch=armv6]" = (
|
||||
"-mno-thumb",
|
||||
"-DSQLITE_HAS_CODEC",
|
||||
"-DNDEBUG",
|
||||
"-DSQLITE_TEMP_STORE=2",
|
||||
"-DSQLITE_THREADSAFE",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user