Re: [Python-Dev] buildbot's are needlessly compiling -O0

2013-11-28 Thread Matthias Klose
Am 24.11.2013 08:13, schrieb Gregory P. Smith: > our buildbots are setup to configure --with-pydebug which also > unfortunately causes them to compile with -O0... this results in a python > binary that is excruciatingly slow and makes the entire test suite run take > a long time. > > given that no

Re: [Python-Dev] buildbot's are needlessly compiling -O0

2013-11-24 Thread Barry Warsaw
On Nov 23, 2013, at 11:13 PM, Gregory P. Smith wrote: >our buildbots are setup to configure --with-pydebug which also >unfortunately causes them to compile with -O0... this results in a python >binary that is excruciatingly slow and makes the entire test suite run take >a long time. It would be f

Re: [Python-Dev] buildbot's are needlessly compiling -O0

2013-11-24 Thread Eli Bendersky
On Sun, Nov 24, 2013 at 6:12 AM, anatoly techtonik wrote: > On Sun, Nov 24, 2013 at 12:43 PM, Nick Coghlan wrote: > > > > On 24 Nov 2013 17:15, "Gregory P. Smith" wrote: > >> > >> our buildbots are setup to configure --with-pydebug which also > >> unfortunately causes them to compile with -O0...

Re: [Python-Dev] buildbot's are needlessly compiling -O0

2013-11-24 Thread anatoly techtonik
On Sun, Nov 24, 2013 at 12:43 PM, Nick Coghlan wrote: > > On 24 Nov 2013 17:15, "Gregory P. Smith" wrote: >> >> our buildbots are setup to configure --with-pydebug which also >> unfortunately causes them to compile with -O0... this results in a python >> binary that is excruciatingly slow and mak

Re: [Python-Dev] buildbot's are needlessly compiling -O0

2013-11-24 Thread Nick Coghlan
On 24 Nov 2013 17:15, "Gregory P. Smith" wrote: > > our buildbots are setup to configure --with-pydebug which also unfortunately causes them to compile with -O0... this results in a python binary that is excruciatingly slow and makes the entire test suite run take a long time. > > given that nobod

[Python-Dev] buildbot's are needlessly compiling -O0

2013-11-23 Thread Gregory P. Smith
our buildbots are setup to configure --with-pydebug which also unfortunately causes them to compile with -O0... this results in a python binary that is excruciatingly slow and makes the entire test suite run take a long time. given that nobody is ever going to run a gdb or another debugger on the