We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569b637 commit 18e9725Copy full SHA for 18e9725
Makefile
@@ -20,8 +20,9 @@ include build/mk/gmsl/gmsl
20
# (including cscli) so it is not recommended for production use.
21
BUILD_RE2_WASM ?= 0
22
23
-#expr_debug tag is required to enable the debug mode in expr
24
-GO_TAGS := netgo,osusergo,expr_debug
+# expr_debug tag is required to enable the debug mode in expr
+# nomsgpack builds gin without msgpack support, to reduce binary size
25
+GO_TAGS := netgo,osusergo,expr_debug,nomsgpack
26
27
# By default, build with sqlite3.
28
BUILD_SQLITE ?= mattn
0 commit comments