From bd3e0626edc81363d200c9b67023a8bce47f3fdc Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Sat, 13 Sep 2025 15:28:32 +0800 Subject: [PATCH] fix docker build args --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a02040c31..f375ae4a5 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,6 @@ define docker_build_push --tag $(DOCKER_IMAGE_NAME):$(2) \ --build-arg BUILD_PROFILE="$(PROFILE)" \ --build-arg FEATURES="jemalloc,asm-keccak" \ - --build-arg RUSTFLAGS="-C target-cpu=native" \ --provenance=false \ --push endef