cmake-rs
cmake-rs copied to clipboard
feat: add method to set no_default_c/cxx_flags
Added a set of methods to implement something similar to no_default_flags in the cc crate. Issue here #198
Corresponding bad case issue : https://github.com/Chiichen/libvnc-rs/issues/1 success case github action : https://github.com/Chiichen/libvnc-rs/actions/runs/10741905760
#225