Opened at 2007-09-18T19:19:15Z
Closed at 2007-10-01T22:12:12Z
#134 closed defect (wontfix)
zfec: Windows build: are the compiler optimizations right?
Reported by: | zooko | Owned by: | zooko |
---|---|---|---|
Priority: | minor | Milestone: | 0.6.1 |
Component: | packaging | Version: | |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The setup.py script apparently doesn't get interpreted the same way by the Windows-native python.exe as by the cygwin python.exe -- in the former case it doesn't turn on compiler optimizations.
Change History (5)
comment:1 Changed at 2007-09-19T22:47:43Z by zooko
- Status changed from new to assigned
- Summary changed from zfec: Windows build not optimized to zfec: Windows build: are the compiler optimizations right?
comment:2 Changed at 2007-09-19T22:49:26Z by zooko
- Milestone changed from 0.6.0 to undecided
- Version 0.5.1 deleted
comment:3 Changed at 2007-09-19T22:49:34Z by zooko
- Milestone changed from undecided to 0.6.1
comment:4 Changed at 2007-09-28T02:28:30Z by warner
- Component changed from unknown to packaging
comment:5 Changed at 2007-10-01T22:12:12Z by zooko
- Resolution set to wontfix
- Status changed from assigned to closed
Eh, the default is good enough.
Note: See
TracTickets for help on using
tickets.
Ah, yes it does! It passes "-O". Changing this ticket to question whether it optimizes as well as it can...