From 8b2ef7351f6874140a6a3f7f65a1f317f63b0374 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 2 Sep 2013 09:44:13 +0900 Subject: [PATCH] Remove -v --- sqlite3_other.go | 1 - 1 file changed, 1 deletion(-) 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"