-
Notifications
You must be signed in to change notification settings - Fork 321
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
[DRAFT] example of setting -Werror in autotools ./configure CI script #803
base: master
Are you sure you want to change the base?
[DRAFT] example of setting -Werror in autotools ./configure CI script #803
Conversation
…her (1) configure step, or (2) make step. See discussion at https://stackoverflow.com/questions/32792692/cflags-in-configure-script
Right now I don't have an environment to test this. Seems to be failing CI. @dechamps if feasible could you check whether either of these options work for re-enabling |
It works if you remove the change to Of course, once you fix that, you will then also need to reproduce this allowlist for the build to succeed: Lines 36 to 39 in 65df2c4
Which then begs the question of whether we really want to have this list be in two places at the same time and having to keep both in sync. (This is where I would typically add "this is why it's a bad idea to try to maintain multiple build systems" but we both know how this discussion will end, so let's not go there.) |
… to existing CFLAGS, which breaks everything.
Thanks for checking. I've reverted to setting environment variables rather than passing parameters to
To be honest, I'd prefer to not have such a list at all. |
Either include in #800 or follow up from 800
I don't intend to use both options. Choose one option, either
See discussion at https://stackoverflow.com/questions/32792692/cflags-in-configure-script