Add: SQLITE_ENABLE_API_ARMOR

This commit is contained in:
Gert-Jan Timmer 2018-05-23 22:20:48 +02:00
parent de217e4b87
commit 507e9be49b
1 changed files with 14 additions and 0 deletions

14
sqlite3_opt_app_armor.go Normal file
View File

@ -0,0 +1,14 @@
// 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
// +build app_armor
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_ENABLE_API_ARMOR
#cgo LDFLAGS: -lm
*/
import "C"