Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honor no_default_flags setting #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 9, 2023

  1. feat: honor no_default_flags setting

    Problem: `init_c_cfg` permits the user to set a `cc::Build`
    configuration. The setting for `no_default_flags` is always overridden by
    `uses_android_sdk`. This prevents a user from building with
    `no_default_flags = true`.
    
    Solution: Do not override `no_default_flags` value. In the event
    `uses_android_sdk` returns true, continue to set `no_default_flags` to
    true. Note that `no_default_flags` defaults to false.
    
    Issue: rust-lang#188
    christianheussy committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    27088ed View commit details
    Browse the repository at this point in the history