Opened 12 years ago
Closed 11 years ago
Last modified 11 years ago
#12015 closed Patch - Bug Fix (fixed)
Optimization broken in configure
| Reported by: | Owned by: | Karl Egly | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - General | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Optimization flags (including -O3) are not making it into CXXFLAGS, which means they are not being used on C++ code.
The FFmpeg configure script is (still) broken, and the sync in 9c40d80f78 broke it in mythtv.
Attachments (1)
Change History (5)
by , 12 years ago
| Attachment: | configure-optimizations.patch added |
|---|
comment:1 by , 12 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 11 years ago
| Milestone: | unknown → 0.28 |
|---|
comment:4 by , 11 years ago
Reverted in 01e57c4ceda94aa2da557eda35912096e188b8e3
Enabling -O3 optimisations throughout breaks a lot of stuff. Needs re-working so that no more than -O2 is enabled
Note:
See TracTickets
for help on using tickets.

Patch fixing the issue