rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

`no_default_flags` setting is not honored #188

Open christianheussy opened 11 months ago

christianheussy commented 11 months ago

Despite what the user provides in init_c_cfg, the value for c_cfg.no_default_flags is always set to what uses_android_sdk returns. This prevents the user from actually opting out of the default flags.