-
Notifications
You must be signed in to change notification settings - Fork 54
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
Remove unused pybind copts #91
base: master
Are you sure you want to change the base?
Conversation
The (Ping, @rwgk.) |
Ack that I have seen this, but I don't think I know anything that might be helpful here. |
"//conditions:default": [ | ||
"-fexceptions", | ||
# Useless warnings | ||
"-Xclang-only=-Wno-undefined-inline", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have never seen this style of flags before. Maybe these are specific to Google's internal complete wrapper and required to get parse_headers
to pass with it?
Ah yes parse_headers using these makes sense. I assume @fmeum is right and these flags are specific to Google, since they aren't valid AFAICT. If it's for parse_headers I suppose we could fix them to make that work with bazel's support instead |
What if we yeet just the |
Since this target has no srcs these are unused
037ad5d
to
564cc2b
Compare
sounds good, updated to that. Looks like using parse_headers fails in python headers either way right now (at least on macOS):
|
I think this one is good to go |
I'll take a look at this when I get a few cycles (i.e., tomorrow) but might need some time to grok the issue. |
Since this target has no srcs these are unused