/mythtv/configure --compile-type questions

Post Reply
ulmus-scott
Junior
Posts: 41
Joined: Sat Jun 05, 2021 12:50 am
United States of America

/mythtv/configure --compile-type questions

Post by ulmus-scott »

On the wiki, it mentions that
If you want to build with debugging info, use --compile-type=profile. There are problems with using debug as the compile type.

Code: Select all

  --compile-type=CTYPE     one of release, profile, debug [$compile_type]
                           NOTE: profile is for sampling profilers
Is the wiki statement still true? If so, how?

I think the wiki page should describe how each type differs. Probably also the help text.

Thanks,

Scott
Last edited by ulmus-scott on Sun Oct 24, 2021 8:54 pm, edited 1 time in total.
ulmus-scott
Junior
Posts: 41
Joined: Sat Jun 05, 2021 12:50 am
United States of America

Re: /mythtv/configure --compile-type questions

Post by ulmus-scott »

Some information in the doxygen code documentation: https://code.mythtv.org/doxygen/group__profiling__mythtv.html
Post Reply