rollup merge of #18709 : alexcrichton/fix-windows

This commit is contained in:
Alex Crichton 2014-11-06 15:55:46 -08:00
commit d27039d701
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ endif
RUSTFLAGS_STAGE0 += -C prefer-dynamic
RUSTFLAGS_STAGE1 += -C prefer-dynamic
RUST_LIB_FLAGS_ST2 += -C prefer-dynamic
RUST_LIB_FLAGS_ST3 += -C prefer-dynamic
# Landing pads require a lot of codegen. We can get through bootstrapping faster
# by not emitting them.