On Tue, May 25, 2021 at 7:42 PM Inada Naoki <songofaca...@gmail.com> wrote:

> On Tue, May 25, 2021 at 5:38 AM Guido van Rossum <gu...@python.org> wrote:
> >
> > To the contrary, I think if you want the CI jobs to be faster you should
> add the CFLAGS to the configure call used to run the CI jobs.
> >
>
> -Og makes it faster not only CI jobs, but also everyday "edit code and
> run `make test` with all assertions" cycles.
>

I usually edit and build many times before I'm happy enough with my work to
even try "make test" (or the Windows equivalent :-). Which of these options
*compiles* the fastest? Maybe that one should be the default. But perhaps
other peoples' workflow is different (in fact it would be surprising if we
all had the same workflow for writing C code :-).

In fact I'm guilty of not even building using --with-pydebug until I run
into a problem I can't debug with fprintf().  :-) But once I do, it's
likely that I want to aim a debugger at the code, *and* I'd be recompiling
repeatedly. The time to complete a full "make test" run on my local machine
doesn't bother me, it's too slow to have in my development loop either way.

-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/SLEXGPM5U2F4S2QRNUEZ3HEPB27ZMJ4B/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to