Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.2.2
Other
- Inherit flags from rustc (#1279)
- Add support for using sccache wrapper with cuda/nvcc (#1304)
- Fix msvc stdout not shown on error (#1303)
- Regenerate target info (#1301)
- Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
- Fetch target info from Cargo even if
Build::target
is manually set (#1299) - Fix two files with different extensions having the same object name (#1295)
- Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
- Regenerate target info (#1293)
cc-v1.2.1
cc-v1.2.0
cc-v1.1.37
cc-v1.1.36
Other
- Fix CUDA build with clang++. (#1273)
cc-v1.1.35
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
cc-v1.1.31
Other
- Add comment explaining why cc does not rebuild on env PATH change (#1247)