disable anything "not portable" in libtomcrypt
This commit is contained in:
parent
33577bebab
commit
fa20792af2
3
flags.go
3
flags.go
|
@ -16,6 +16,9 @@ package sqlite3
|
||||||
// make libtomcrypt thread-safe
|
// make libtomcrypt thread-safe
|
||||||
#cgo CFLAGS: -DLTC_PTHREAD
|
#cgo CFLAGS: -DLTC_PTHREAD
|
||||||
|
|
||||||
|
// disable anything "not portable" in libtomcrypt
|
||||||
|
#cgo CFLAGS: -DLTC_NO_ASM
|
||||||
|
|
||||||
// disable assertions
|
// disable assertions
|
||||||
#cgo CFLAGS: -DNDEBUG
|
#cgo CFLAGS: -DNDEBUG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue