--- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ BUILD_RE2_WASM ?= 0 # expr_debug tag is required to enable the debug mode in expr # nomsgpack builds gin without msgpack support, to reduce binary size -GO_TAGS := netgo,osusergo,expr_debug,nomsgpack +GO_TAGS := netgo,osusergo,expr_debug,nomsgpack,libsqlite3 # By default, build with sqlite3. BUILD_SQLITE ?= mattn