Permalink
Browse files

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

  • Loading branch information...
1 parent 7ac9d33 commit 39e1a7e99e3ed21df2eb1fe20116266ef5c53411 @petrochenkov petrochenkov committed Jan 8, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 mk/main.mk
View
@@ -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

0 comments on commit 39e1a7e

Please sign in to comment.