rust2rpm/data
Aleksei Bavshin f1be3a0d4d
macros: pass CFLAGS/CXXFLAGS to the processes started by cargo
This is mainly targeted to the crates using `rust-cc`, where we want to
apply system-wide compiler flags when invoking the compiler. `cc`
supports CFLAGS and CXXFLAGS, but we never set those.
Defining that per project is not possible, as we have no way to inherit
any build context from a dependency package.

Possibly also affects: `bindgen`, `cxx`, any other crate that invokes
the C/C++ compiler and passes the CFLAGSS
2021-12-05 22:20:52 -08:00
..
cargo.attr inspector: Add support for multiple features 2019-12-16 08:02:47 +01:00
cargo_bundled.attr Add bundled() provider for vendoring 2021-10-12 15:10:33 +02:00
macros.cargo macros: pass CFLAGS/CXXFLAGS to the processes started by cargo 2021-12-05 22:20:52 -08:00
macros.rust Pass --cap-lints=warn to the RUSTFLAGS 2019-12-03 19:11:20 +01:00
macros.rust-srpm Add riscv64 to %rust_arches 2020-08-13 21:24:06 +02:00