Skip to content

Commit ed1e161

Browse files
committed
remove -DNDEBUG flag on debug builds
1 parent cfb5032 commit ed1e161

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sqlcipher.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,12 @@
195195
INSTALL_PATH = /usr/local/lib;
196196
OTHER_CFLAGS = (
197197
"-DSQLITE_HAS_CODEC",
198-
"-DNDEBUG",
199198
"-DSQLITE_TEMP_STORE=2",
200199
"-DSQLITE_THREADSAFE",
201200
);
202201
"OTHER_CFLAGS[arch=armv6]" = (
203202
"-mno-thumb",
204203
"-DSQLITE_HAS_CODEC",
205-
"-DNDEBUG",
206204
"-DSQLITE_TEMP_STORE=2",
207205
"-DSQLITE_THREADSAFE",
208206
);

0 commit comments

Comments
 (0)