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

cc: toolchain: remove default warnings #116

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

jungleraptor
Copy link
Contributor

@jungleraptor jungleraptor commented Oct 6, 2023

Bazel is of the opinion that a few settings should be enabled for all code built by bazel globally (i.e. -Wall) - so they're default c++ toolchains tend to have these flags enabled globally.

This makes our builds extremely noisy however.

This moves these default -W options to our common copts so that we can limit the noise to our own code.

@jungleraptor jungleraptor changed the base branch from main to isaac/mac-fixes October 6, 2023 00:58
@jungleraptor jungleraptor force-pushed the isaac/mac-fixes branch 2 times, most recently from 26fffa3 to 729f164 Compare October 6, 2023 03:03
Base automatically changed from isaac/mac-fixes to main October 6, 2023 03:09
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

Successfully merging this pull request may close these issues.

None yet

2 participants