Skip to content

Commit

Permalink
Merge pull request #2 from mattn/master
Browse files Browse the repository at this point in the history
Merge lastest from mattn
  • Loading branch information
Jason-Abbott authored Jul 6, 2017
2 parents dbaad20 + acfa601 commit 0644414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package sqlite3

/*
#cgo CFLAGS: -std=gnu99
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1
#cgo CFLAGS: -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61
#cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15
#cgo CFLAGS: -DSQLITE_DISABLE_INTRINSIC
Expand Down

0 comments on commit 0644414

Please sign in to comment.