Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#12015 closed Patch - Bug Fix (fixed)

Optimization broken in configure

Reported by: bryan@… 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)

configure-optimizations.patch (1.0 KB) - added by bryan@… 10 years ago.
Patch fixing the issue

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by bryan@…

Patch fixing the issue

comment:1 Changed 10 years ago by Karl Egly

Owner: set to Karl Egly
Status: newassigned

comment:2 Changed 9 years ago by Bryan ? <bryan@…>

Resolution: fixed
Status: assignedclosed

In f43255d8d9b75f60605473d2d1a6d799ed8babf0/mythtv:

Fix compilation optimisations

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.

Fixes #12015

comment:3 Changed 9 years ago by stuartm

Milestone: unknown0.28

comment:4 Changed 9 years ago by stuartm

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.