Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380937 - dev-libs/nspr : PLease remove -g from CFLAGS
Summary: dev-libs/nspr : PLease remove -g from CFLAGS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 12:07 UTC by Agostino Sarubbo
Modified: 2012-01-22 22:48 UTC (History)
1 user (show)

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 Agostino Sarubbo gentoo-dev 2011-08-28 12:07:01 UTC
x86_64-pc-linux-gnu-gcc -o prfdcach.o -c -fvisibility=hidden    -march=native -pipe -O2 -g0 -Wall -pthread -g -fno-inline -fPIC  -UNDEBUG -DDEBUG_portage  -DDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../../mozilla/nsprpub/pr/include -I../../../../mozilla/nsprpub/pr/include/private  ../../../../mozilla/nsprpub/pr/src/io/prfdcach.c
Comment 1 Jory A. Pratt gentoo-dev 2012-01-22 22:48:20 UTC
you obviously have debug enabled, -DDEBUG_portage 
-DDEBUG=1  which would result in -g being passed via cflags for debugging purposes, not gonna change in the source.