On Wed, Jun 26, 2019 at 11:44 PM Niels Möller nisse@lysator.liu.se wrote:
Alon Bar-Lev alon.barlev@gmail.com writes:
Which way do you prefer to avoid adding this flag? having environment variable or --disable-xxx?
You've brought up two different issues. For CFLAGS, I agree it could be improved. Not sure what's the best way is, but the main thing is to let CFLAGS be a user setting, following the coding standard. There could be an option to enable or disable the maintainer's (i.e. my) choice of additional warning flags.
Warnings are ok... I am talking about the -ggdb3 addition which affects the output. What do you prefer, this patch that enables me to have GCC_DEBUG_FLAGS=" " or add --disable-maintainer-flags or something like this?
The libdir issue is a different thing. The automatic hack only affects
We discuss this libdir at the different thread... I can workaround this by explicit parameters, however the CFLAGS forces me to patch.
Thanks!