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

Some Add-on Examples need additional compiler options for Xcode 14.3.1 and AppleClang 14.0.3.14030022 on Apple Silicon #23

Open
parameterspace opened this issue Sep 24, 2023 · 0 comments

Comments

@parameterspace
Copy link

Thanks for the updated build scripts.

When using this script with Xcode 14.3.1 and AppleClang 14.0.3.14030022 on Apple Silicon to compile some of the Example Add-ons, additional compiler options are required.

There are a some warnings showing as errors when using the Geometry library. I added the following compile options:

-Wno-unknown-pragmas
-Wno-missing-braces
-Wno-unused-but-set-variable
@parameterspace parameterspace changed the title Some Add-on Examples need additional compiler for Xcode 14.3.1 and AppleClang 14.0.3.14030022 on Apple Silicon Some Add-on Examples need additional compiler options for Xcode 14.3.1 and AppleClang 14.0.3.14030022 on Apple Silicon Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant