Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71801 - Add debugging and profiling support to clanlib
Summary: Add debugging and profiling support to clanlib
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 15:23 UTC by Luke Worth
Modified: 2004-11-19 15:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Worth 2004-11-19 15:23:50 UTC
I am developing some software with clanlib, and would like it to support the use flags 'debug' and 'gprof'.
-fomit-frame-pointer needs to be filtered out of CFLAGS for gprof to work.

thanks

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2004-11-19 15:32:46 UTC
Can't you just do
CFLAGS="-g -fno-omit-pointer" emerge clanlib ?
If not.. please re-open the bug..