Open Zrzzzz opened 1 year ago
If you use the old C branch: https://github.com/kornelski/pngquant/tree/2.x then you can add it to CFLAGS or LDFLAGS.
CFLAGS
LDFLAGS
For the new Rust version, you could try some of the tools that help setting rustc flags and manage llvm's data:
https://lib.rs/crates/cargo-llvm-cov
https://lib.rs/crates/grcov
https://lib.rs/crates/cargo-pgo
If you use the old C branch: https://github.com/kornelski/pngquant/tree/2.x then you can add it to
CFLAGS
orLDFLAGS
.For the new Rust version, you could try some of the tools that help setting rustc flags and manage llvm's data:
https://lib.rs/crates/cargo-llvm-cov
https://lib.rs/crates/grcov
https://lib.rs/crates/cargo-pgo