Bug 8485

Summary: configure options --with-debug and --with-profile are a bad
Product: [Retired] Red Hat Linux Reporter: andrewem
Component: ncursesAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-17 13:19:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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. ;)