Skip to content

Commit

Permalink
sqlite: Wrap line for more overview
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 3, 2020
1 parent ac0db5e commit 100f0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlite.be0
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ mee_configure() {
--enable-threadsafe \
--enable-readline \
--enable-dynamic-extensions \
CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
CFLAGS="-g -O2 \
-DSQLITE_ENABLE_FTS3=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_SECURE_DELETE=1 \
Expand Down

0 comments on commit 100f0f2

Please sign in to comment.