disable anything "not portable" in libtomcrypt

This commit is contained in:
Frank Braun 2015-11-03 04:33:15 +00:00
parent 33577bebab
commit fa20792af2
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ package sqlite3
// make libtomcrypt thread-safe
#cgo CFLAGS: -DLTC_PTHREAD
// disable anything "not portable" in libtomcrypt
#cgo CFLAGS: -DLTC_NO_ASM
// disable assertions
#cgo CFLAGS: -DNDEBUG