8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa848eb commit 885ffa9Copy full SHA for 885ffa9
sqlcipher.xcodeproj/project.pbxproj
@@ -194,6 +194,12 @@
194
);
195
INSTALL_PATH = /usr/local/lib;
196
OTHER_CFLAGS = (
197
+ "-DSQLITE_HAS_CODEC",
198
+ "-DNDEBUG",
199
+ "-DSQLITE_TEMP_STORE=2",
200
+ "-DSQLITE_THREADSAFE",
201
+ );
202
+ "OTHER_CFLAGS[arch=armv6]" = (
203
"-mno-thumb",
204
"-DSQLITE_HAS_CODEC",
205
"-DNDEBUG",
@@ -217,6 +223,13 @@
217
223
218
224
219
225
226
227
228
+ "-DSQLITE_OS_UNIX=1",
229
230
231
232
220
233
221
234
222
235
0 commit comments