From 8453d2436e3a6c94dadf7ca9dfb59e072898712d Mon Sep 17 00:00:00 2001 From: sword-smith Date: Wed, 16 Oct 2024 00:22:09 +0200 Subject: [PATCH] Makefile: Don't overwrite tokio_unstable RUSTFLAGS value Don't allow the Makefile to overwrite a necessary RUSTFLAGS value to use tokio_unstable: '--cfg tokio_unstable'. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e975a97e..428e6d4e 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,6 @@ prog :=neptune-core debug ?= $(info debug is $(debug)) -# Treat all warnings as errors -export RUSTFLAGS = -Dwarnings # Set another target dir than default to avoid builds from `make` # to invalidate cache from barebones use of `cargo` commands.