Skip to content

Releases: rust-lang/cc-rs

cc-v1.1.34

02 Nov 14:46
7a786c5
Compare
Choose a tag to compare

Other

  • Remove redundant flags (#1256)

cc-v1.1.33

02 Nov 06:47
d2822d9
Compare
Choose a tag to compare

Other

  • Reduce size of cc::Build and size of generated targets (#1257)

cc-v1.1.32

02 Nov 02:39
c3ad44e
Compare
Choose a tag to compare

Other

  • Use rustc's knowledge of LLVM/Clang target triples (#1252)
  • Use Cargo's target information when possible (#1225)

cc-v1.1.31

19 Oct 08:54
c07ab0e
Compare
Choose a tag to compare

Other

  • Add comment explaining why cc does not rebuild on env PATH change (#1247)

cc-v1.1.30

12 Oct 00:30
9aab242
Compare
Choose a tag to compare

Other

  • Don't pass -fPIC by default on wasm (#1245)

cc-v1.1.29

11 Oct 08:50
53a0b97
Compare
Choose a tag to compare

Other

  • Regenerate target info (#1243)

cc-v1.1.28

06 Oct 10:51
218365e
Compare
Choose a tag to compare

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

cc-v1.1.27

06 Oct 05:49
3bbb384
Compare
Choose a tag to compare

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

cc-v1.1.26

06 Oct 03:21
7e9730b
Compare
Choose a tag to compare

Other

  • Use debug version of MSVC runtime library on debug (#1231)

cc-v1.1.25

05 Oct 02:27
338e434
Compare
Choose a tag to compare

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)