Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646474 - dev-lang/python-2.7.14-r1 - build system injects -Wl,-O1 while ignoring my CFLAGS
Summary: dev-lang/python-2.7.14-r1 - build system injects -Wl,-O1 while ignoring my CF...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-03 09:00 UTC by Martin Mokrejš
Modified: 2018-02-03 09:13 UTC (History)
0 users

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


Attachments
build.log (build.log,895.24 KB, text/plain)
2018-02-03 09:04 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2018-02-03 09:00:43 UTC
I am experiencing issues with matplotlib ebuild crashing due to double free. I want to recompile libs included in the stacktrace with full debug. Python somehow enforces -O1.
Comment 1 Martin Mokrejš 2018-02-03 09:04:28 UTC
Created attachment 517636 [details]
build.log
Comment 2 Martin Mokrejš 2018-02-03 09:13:21 UTC
Ah, this is the cause, sorry for the noise.

LDFLAGS="-Wl,-O1 -Wl,--as-needed"