On Fri, Mar 5, 2021 at 5:47 PM Michael Felt <[email protected]> wrote:
> Fyi: using `git log` I have tried to get any clue re: CFLAGS_NODIST
> and/or -qalias=noansi - but I do not seem to be skilled enough to find
> that information.

Try "git blame configure.ac" and search for "noansi".

It was introduced in bpo-41721 with this commit:

commit 84a7917b4c9afec07575065cffa143b91fe98c14
Author: Stefan Krah <[email protected]>
Date:   Fri Sep 4 22:33:17 2020 +0200

    bpo-41721: Add xlc options (GH-22096)

* https://bugs.python.org/issue41721
* https://github.com/python/cpython/pull/22096

The rationale seems to be: https://bugs.python.org/issue41721#msg376396

Note: it would be nice to add a comment in configure.ac with a link to
the bpo when a new C flag is introduced.

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/FM2QBWEVY7GX53P4VSGZJZWZJ4JLNJNW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to