Skip to content

Commit

Permalink
Makefile: Don't overwrite tokio_unstable RUSTFLAGS value
Browse files Browse the repository at this point in the history
Don't allow the Makefile to overwrite a necessary RUSTFLAGS value to use
tokio_unstable: '--cfg tokio_unstable'.
  • Loading branch information
Sword-Smith committed Oct 15, 2024
1 parent 0987997 commit 8453d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8453d24

Please sign in to comment.