Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71801

Summary: Add debugging and profiling support to clanlib
Product: Gentoo Linux Reporter: Luke Worth <luke_worth>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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