summaryrefslogtreecommitdiff
path: root/sqlcipher.xcodeproj
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:42 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:42 -0400
commit734b4f890763e4efafe865ba476c43cc8d1a2214 (patch)
treed561d2fad0788619f4b8e230073f6af1d416934e /sqlcipher.xcodeproj
parent396b08286e7bb56e0e6440aaf1345c18e72ee22e (diff)
parent487e15dc239ccdb3344d1c99ce120e872bab4a74 (diff)
Merge tag 'upstream/2.0.6'
Upstream version 2.0.6
Diffstat (limited to 'sqlcipher.xcodeproj')
-rw-r--r--sqlcipher.xcodeproj/project.pbxproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/sqlcipher.xcodeproj/project.pbxproj b/sqlcipher.xcodeproj/project.pbxproj
index 87f7466..bb11ac5 100644
--- a/sqlcipher.xcodeproj/project.pbxproj
+++ b/sqlcipher.xcodeproj/project.pbxproj
@@ -194,6 +194,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",
@@ -217,6 +223,13 @@
);
INSTALL_PATH = /usr/local/lib;
OTHER_CFLAGS = (
+ "-DSQLITE_HAS_CODEC",
+ "-DNDEBUG",
+ "-DSQLITE_OS_UNIX=1",
+ "-DSQLITE_TEMP_STORE=2",
+ "-DSQLITE_THREADSAFE",
+ );
+ "OTHER_CFLAGS[arch=armv6]" = (
"-mno-thumb",
"-DSQLITE_HAS_CODEC",
"-DNDEBUG",