Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit 064b10b

Browse files
committed
Remove -C no-stack-check
Apparently it's not necessary now See rust-lang/rust#34269
1 parent d31d2df commit 064b10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PROFILE_FLAG := $(if $(filter release,$(PROFILE)),--release,)
2020

2121
# Runs `cargo rustc` with the specified options
2222
# $1: Options passed to Cargo
23-
cargo_rustc = $(call cargo,rustc,$1 -- -C panic=abort -C no-stack-check)
23+
cargo_rustc = $(call cargo,rustc,$1 -- -C panic=abort)
2424

2525
# Recursive wildcard function
2626
# http://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html

0 commit comments

Comments
 (0)