harness-drone/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go

15 lines
322 B
Go
Raw Normal View History

2015-05-22 18:37:40 +00:00
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build !windows
package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
2015-09-30 01:21:17 +00:00
#cgo CFLAGS: -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE
2015-05-22 18:37:40 +00:00
*/
import "C"