Skip to content

Commit 06f973b

Browse files
Rollup merge of rust-lang#44531 - QuietMisdreavus:bump-gcc, r=alexcrichton
bump gcc for bootstrap On Windows, the gcc crate would send /Wall to msvc, which would cause builds to get flooded with warnings, exploding compile times from one hour to more than 72! The gcc crate version 0.3.54 changes this behavior to send /W4 instead, which greatly cuts down on cl.exe flooding the command prompt window with warnings.
2 parents 09baee8 + 81ebab6 commit 06f973b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake = "0.1.23"
3434
filetime = "0.1"
3535
num_cpus = "1.0"
3636
getopts = "0.2"
37-
gcc = "0.3.50"
37+
gcc = "0.3.54"
3838
libc = "0.2"
3939
serde = "1.0.8"
4040
serde_derive = "1.0.8"

0 commit comments

Comments
 (0)