forked from mirror/go-sqlcipher
Remove -v
This commit is contained in:
parent
e6e7dc1202
commit
8b2ef7351f
|
@ -4,7 +4,6 @@ package sqlite3
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I.
|
#cgo CFLAGS: -I.
|
||||||
#cgo LDFLAGS: -v
|
|
||||||
#cgo linux LDFLAGS: -ldl
|
#cgo linux LDFLAGS: -ldl
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
|
|
Loading…
Reference in New Issue