Skip to content

Commit fc82376

Browse files
author
Wes Johnston
committed
Set threadsafe mode to multi-threaded
1 parent fafb0d0 commit fc82376

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@
198198
OTHER_CFLAGS = (
199199
"-DSQLITE_HAS_CODEC",
200200
"-DSQLITE_TEMP_STORE=2",
201-
"-DSQLITE_THREADSAFE",
201+
"-DSQLITE_THREADSAFE=2",
202202
"-DSQLCIPHER_CRYPTO_CC",
203203
);
204204
"OTHER_CFLAGS[arch=armv6]" = (
205205
"-mno-thumb",
206206
"-DSQLITE_HAS_CODEC",
207207
"-DSQLITE_TEMP_STORE=2",
208-
"-DSQLITE_THREADSAFE",
208+
"-DSQLITE_THREADSAFE=2",
209209
"-DSQLCIPHER_CRYPTO_CC",
210210
);
211211
OTHER_LDFLAGS = "";
@@ -227,7 +227,7 @@
227227
"-DNDEBUG",
228228
"-DSQLITE_OS_UNIX=1",
229229
"-DSQLITE_TEMP_STORE=2",
230-
"-DSQLITE_THREADSAFE",
230+
"-DSQLITE_THREADSAFE=2",
231231
"-DSQLCIPHER_CRYPTO_CC",
232232
);
233233
"OTHER_CFLAGS[arch=armv6]" = (
@@ -236,7 +236,7 @@
236236
"-DNDEBUG",
237237
"-DSQLITE_OS_UNIX=1",
238238
"-DSQLITE_TEMP_STORE=2",
239-
"-DSQLITE_THREADSAFE",
239+
"-DSQLITE_THREADSAFE=2",
240240
"-DSQLCIPHER_CRYPTO_CC",
241241
);
242242
OTHER_LDFLAGS = "";

0 commit comments

Comments
 (0)