about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-01-08 15:09:55 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-01-08 15:12:03 +0300
commit39e1a7e99e3ed21df2eb1fe20116266ef5c53411 (patch)
tree8196e0285c1b947b2302f9b47a03ee0c8a86120e
parent7ac9d337dcc544b4b1959997cdd36f1ba0c8d3e1 (diff)
downloadrust-39e1a7e99e3ed21df2eb1fe20116266ef5c53411.tar.gz
rust-39e1a7e99e3ed21df2eb1fe20116266ef5c53411.zip
Avoid large number of stage 0 warnings about --no-stack-check
-rw-r--r--mk/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk
index 2c646450d01..9cd30be6531 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -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