From fed89f17f5059fc0061f585b7f482bcb343a2a94 Mon Sep 17 00:00:00 2001 From: Zygimantas Benetis Date: Wed, 27 Mar 2024 10:58:27 +0200 Subject: [PATCH] boost: cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd32c914e59..91120cfa11b 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ export CGO_CFLAGS := -O1 embed_config: cd go/vt/mysqlctl go run github.com/GeertJohan/go.rice/rice embed-go - go build -gcflags="-l=4" . + go build . # build the vitess binaries with dynamic dependency on libc build-dyn: