Skip to content

Commit

Permalink
rollup merge of rust-lang#18709 : alexcrichton/fix-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 6, 2014
2 parents 2655abd + bb5f03b commit d27039d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d27039d

Please sign in to comment.