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