Avoid large number of stage 0 warnings about --no-stack-check

This commit is contained in:
Vadim Petrochenkov 2017-01-08 15:09:55 +03:00
parent 7ac9d337dc
commit 39e1a7e99e

View file

@ -175,7 +175,7 @@ endif
# that the snapshot will be generated with a statically linked rustc so we only
# have to worry about the distribution of one file (with its native dynamic
# dependencies)
RUSTFLAGS_STAGE0 += -C prefer-dynamic -C no-stack-check
RUSTFLAGS_STAGE0 += -C prefer-dynamic
RUSTFLAGS_STAGE1 += -C prefer-dynamic
RUST_LIB_FLAGS_ST2 += -C prefer-dynamic
RUST_LIB_FLAGS_ST3 += -C prefer-dynamic