We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9d33 commit 39e1a7eCopy full SHA for 39e1a7e
mk/main.mk
@@ -175,7 +175,7 @@ endif
175
# that the snapshot will be generated with a statically linked rustc so we only
176
# have to worry about the distribution of one file (with its native dynamic
177
# dependencies)
178
-RUSTFLAGS_STAGE0 += -C prefer-dynamic -C no-stack-check
+RUSTFLAGS_STAGE0 += -C prefer-dynamic
179
RUSTFLAGS_STAGE1 += -C prefer-dynamic
180
RUST_LIB_FLAGS_ST2 += -C prefer-dynamic
181
RUST_LIB_FLAGS_ST3 += -C prefer-dynamic
0 commit comments