Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.2.21
Other
- Fix wasm32-unknown-unknown by passing -c (#1424)
cc-v1.2.20
Other
- Regenerate target info (#1461)
- Fix parser.rs on latest rustc nightly (#1459)
cc-v1.2.19
Other
- Fix musl compilation: Add musl as a prefix fallback (#1455)
cc-v1.2.18
Other
- Regenerate target info (#1450)
- Use
std::thread::available_parallelism
for determining the default number of jobs (#1447)
- Fix mips64-openwrt-linux-musl parsing (#1449)
- Use compiler prefix
x86_64-linux-musl
(#1443)
cc-v1.2.17
Other
- Regenerate target info (#1439)
- Regenerate windows sys bindings (#1437)
- Fix wasm32-wali-linux-musl target parsing (#1434)
- Parse
rustc
target names (#1413)
- Regenerate target info (#1429)
- Added base support for
wasm32-wali-linux-musl
target (#1373)
cc-v1.2.16
Fixed
- force windows compiler to run in
out_dir
to prevent artifacts in cwd (#1415)
Other
- use
/arch:SSE2
for x86
target arch (#1425)
- Regenerate windows-sys binding (#1422)
- Regenerate target info (#1418)
- Add LIB var when compiling flag_check (#1417)
- Change flag ordering (#1403)
- Fix archiver detection for musl cross compilation (#1404)
cc-v1.2.15
Other
- Regenerate target info (#1406)
- Always read from all
CFLAGS
-style flags (#1401)
- Simplify the error output on failed
Command
invocation (#1397)
cc-v1.2.14
Other
- Regenerate target info (#1398)
- Add support for setting
-gdwarf-{version}
based on RUSTFLAGS (#1395)
- Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64 (#1312)
cc-v1.2.13
Other
- Fix cross-compiling for Apple platforms (#1389)
cc-v1.2.12
Other
- Split impl Build (#1382)
- Don't specify both
-target
and -mtargetos=
on Apple targets (#1384)