Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'

This commit is contained in:
mattn
2014-09-10 15:02:09 +09:00
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ package sqlite3
/*
#cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe
#cgo LDFLAGS: -lmingwex -lmingw32 -lmsvcr100
#cgo LDFLAGS: -lmingwex -lmingw32
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE
*/
import "C"