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: | 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)
Change History (3)
by , 16 years ago
| Attachment: | myth-debug.txt added |
|---|
comment:1 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
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 , 16 years ago
Ah, I see. Perhaps the change to disable -fomit-frame-pointer is still useful.
-check_optflags -fomit-frame-pointer
| check_optflags -fomit-frame-pointer |
Note:
See TracTickets
for help on using tickets.

patch for configure script