From 24ce15aebec4cb5626468632b5c2d85bf37b9952 Mon Sep 17 00:00:00 2001 From: CalvinNeo Date: Thu, 14 Mar 2024 14:19:11 +0800 Subject: [PATCH] use cmake Signed-off-by: CalvinNeo --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f2dc2998277..fd5b6fbb061 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,6 @@ dev: format clippy ifeq ($(PROXY_FRAME_POINTER),1) build: ENABLE_FEATURES += pprof-fp endif -build: ENABLE_FEATURES += external-jemalloc build: PROXY_ENABLE_FEATURES="${ENABLE_FEATURES}" ./proxy_scripts/build.sh