diff options
author | mattn <mattn.jp@gmail.com> | 2013-09-02 09:44:13 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-09-02 09:44:13 +0900 |
commit | 8b2ef7351f6874140a6a3f7f65a1f317f63b0374 (patch) | |
tree | 01fdd23690f51281671f4a8b9b0515f7deb5c61f /sqlite3_other.go | |
parent | CFLAGS (diff) | |
download | golite-8b2ef7351f6874140a6a3f7f65a1f317f63b0374.tar.gz golite-8b2ef7351f6874140a6a3f7f65a1f317f63b0374.tar.xz |
Remove -v
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r-- | sqlite3_other.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go index 5c8a141..6f6d275 100644 --- a/sqlite3_other.go +++ b/sqlite3_other.go @@ -4,7 +4,6 @@ package sqlite3 /* #cgo CFLAGS: -I. -#cgo LDFLAGS: -v #cgo linux LDFLAGS: -ldl */ import "C" |