This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年07月28日 22:09 by Pedro.Larroy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg141318 - (view) | Author: Pedro Larroy (Pedro.Larroy) | Date: 2011年07月28日 22:09 | |
When I build it compiles with both -O2 and -O3... this is debian testing on amd64. gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c |
|||
| msg141319 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年07月28日 22:14 | |
AFAICT the last one (-O3) is used by the compiler and that's the desired effect (we want to compile with the highest optimization level). |
|||
| msg141321 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2011年07月28日 22:22 | |
Fixed in default. It's harmless in other versions. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:20 | admin | set | github: 56860 |
| 2011年07月28日 22:22:06 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson messages: + msg141321 resolution: wont fix |
| 2011年07月28日 22:14:02 | pitrou | set | nosy:
+ pitrou messages: + msg141319 |
| 2011年07月28日 22:09:12 | Pedro.Larroy | create | |