Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.2.1
Other
- When invoking
cl -?
, set stdin to null (#1288)
cc-v1.2.0
Added
- add i686-pc-windows-gnullvm prefix detection (#1283)
Other
- Allow only specifying the architecture (#1285)
- Fix WASM vs. WASI options (#1284)
cc-v1.1.37
Other
- Use relative directory for obj files hash (#1270)
- Regenerate target info (#1280)
cc-v1.1.36
Other
- Fix CUDA build with clang++. (#1273)
cc-v1.1.35
Other
- Remove support for FRC (#1268)
- Do not add -fPIC by default on UEFI targets (#1263)
- Use -windows-gnu for all UEFI targets (#1264)
cc-v1.1.34
Other
- Remove redundant flags (#1256)
cc-v1.1.33
Other
- Reduce size of
cc::Build
and size of generated targets (#1257)
cc-v1.1.32
Other
- Use
rustc
's knowledge of LLVM/Clang target triples (#1252)
- Use Cargo's target information when possible (#1225)
cc-v1.1.31
Other
- Add comment explaining why cc does not rebuild on env PATH change (#1247)
cc-v1.1.30
Other
- Don't pass -fPIC by default on wasm (#1245)