-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUILD: change to build_src --verbose-cfg, runtests.py --debug-info #14630
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
Conversation
ff34e8a
to
9fc355b
Compare
I'm a bit concerned about change the Note that testing uses |
What happens to the reset |
I didn't change that code at all. Currently the default when building numpy is 'verbose'. The |
Edit: ahh, you mean to change to use an additional/different
What do you think of a strategy like:
This might need more tweaking, since with current HEAD the build output is very terse (too terse???):
|
It seems |
@charris ping |
Let's put this in as a step on the way. I don't worry about this much and don't think some experimentation will hurt. |
Thanks Matti. |
In gh-14518 we repurposed the
verbose
option tobuild_src
in order to quiet the configuration compiler output. Unfortunately it is reset by distutils to the value ofdist.verbose
. Change the name to--verbose-cfg
and remove the short-v
option.Also changed the
runtests.py
option todebug-info
as per this comment