Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7954 closed enhancement (invalid)

Improve --enable-debug and --disable-stripping configure options

Reported by: nas@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The attached patch is necessary to make the --disable-stripping option work. It looks like that functionality got broken with the switch to QMAKE.

Also, I think it is useful to have the --enable-debug option disable the -fomit-frame-pointer compiler option.

Attachments (1)

myth-debug.txt (852 bytes ) - added by anonymous 16 years ago.
patch for configure script

Download all attachments as: .zip

Change History (3)

by anonymous, 16 years ago

Attachment: myth-debug.txt added

patch for configure script

comment:1 by danielk, 16 years ago

Resolution: invalid
Status: newclosed

Those are not MythTV configure options, please see ./configure --help for the allowed options. In particular, it looks like you want --compile-type=debug

comment:2 by nas@…, 16 years ago

Ah, I see. Perhaps the change to disable -fomit-frame-pointer is still useful.

-check_optflags -fomit-frame-pointer

+enabled debug
check_optflags -fomit-frame-pointer
Note: See TracTickets for help on using tickets.