diff --git a/Makefile b/Makefile index f6e3f4ac5dc..260e69d26c3 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ include mk/gmsl BUILD_RE2_WASM ?= 0 #expr_debug tag is required to enable the debug mode in expr -GO_TAGS := netgo,osusergo,expr_debug +GO_TAGS := osusergo,expr_debug # By default, build with sqlite3. BUILD_SQLITE ?= mattn