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

Fix derive files with bitcode #509

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Commits on Oct 20, 2020

  1. Fix derive files with bitcode

    The bitcode flags should not be passed to these actions otherwise you
    get this warning:
    
    ```
    ignoring -embed-bitcode since no object file is being generated
    ```
    keith committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7c3eebc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Update tests for macOS only

    keith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    064ff02 View commit details
    Browse the repository at this point in the history