Bug 8485 - configure options --with-debug and --with-profile are a bad
Summary: configure options --with-debug and --with-profile are a bad
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ncurses
Version: 6.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-15 05:14 UTC by andrewem
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-01-17 13:19:23 UTC
Embargoed:


Attachments (Terms of Use)

Description andrewem 2000-01-15 05:14:16 UTC
--with-debug is a bad configure option since everything is stripped in
%install  This can also cause a lot of warning messages because it causes
-g to be specified which is incompatible with -fomit-frame-pointer

--with-profile is a bad configure option since there is no debug symbols
(again, they are stripped in %install) and profiling is incompatible with
-fomit-frame-pointer

They aren't needed on any architecture.  They cause problems when using
-fomit-frame-pointer in %optflags.  Please get rid of them.

Thanks.

Comment 1 Bernhard Rosenkraenzer 2000-01-17 13:19:59 UTC
Actually that has been done for quite some time.
It was the first thing I did when I took over the ncurses package. ;)


Note You need to log in before you can comment on or make changes to this bug.