<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 7, 2016 at 12:43 AM, Rob Nagler <span dir="ltr"><<a href="mailto:numpy-cpbxr@q33.us" target="_blank">numpy-cpbxr@q33.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I would like to remove "-fno-second-underscore" and "-Wall" from the fcompiler. I had hacked a build_clib subclass to remove the flags dynamically, but that is fragile (and is now broken). Is there a right way to remove flags?<a href="https://mail.scipy.org/mailman/listinfo/numpy-discussion" rel="noreferrer" target="_blank"></a></div></blockquote><div><br></div><div>No good way to do that I'm afraid, every method is pretty fragile. If it's on my own machine, I would just remove the flags from fcompiler/gnu.py by hand. If it needs to be dynamically, then I'd probably go for monkeypatching the GnuFCompiler/Gnu95FCompiler classes from that package instead of a command subclass.<br><br></div><div>Ralf<br><br></div></div><br></div></div>