Skip to content

Commit

Permalink
add: feature sqlite_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gjrtimmer committed Jul 24, 2018
1 parent 00afc53 commit c249cc8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions driver/opt_debug.go
@@ -0,0 +1,16 @@
// Copyright (C) 2018 The Go-SQLite3 Authors.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

// +build cgo
// +build !libsqlite3
// +build sqlite_debug

package sqlite3

/*
#cgo CFLAGS: -DSQLITE_DEBUG=1
#cgo LDFLAGS: -lm
*/
import "C"

0 comments on commit c249cc8

Please sign in to comment.