[Solved] CXXFLAGS broken, no optimizations done

Post Reply
SoapBox
Newcomer
Posts: 4
Joined: Fri Apr 25, 2014 8:45 am
United States of America

[Solved] CXXFLAGS broken, no optimizations done

Post by SoapBox »

I'm posting this because I want to draw some extra attention to this: https://code.mythtv.org/trac/ticket/12015

MythTV's CXXFLAGS are currently broken, such that even in a "release" compile no -O (optimization flag) is set for CXX files. Turning on optimization has a *significant* effect on all aspects of performance, and it appears that it was removed by accident.
Post Reply