Summary: | www-client/seamonkey-2.53.1 ignores -O from CFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | kavol |
Component: | Current packages | Assignee: | Myckel Habets <gentoo-bugs> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | gentoo-bugs, jstein, mozilla |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 59506 |
Description
kavol
2020-04-08 21:03:54 UTC
Well, your -Os not appearing in the compile output is a result of mozcoreconf-v6.eclass filtering all -O options: https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mozcoreconf-v6.eclass#n206 I'm still investigating regarding the -g flag. (In reply to Lars Wendler (Polynomial-C) from comment #1) > Well, your -Os not appearing in the compile output is a result of > mozcoreconf-v6.eclass filtering all -O options: > > > https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mozcoreconf-v6. > eclass#n206 > > I'm still investigating regarding the -g flag. thanks for looking, but the question is why? no comment in the code ... does it break with anything else then O2? - I have quite good experiences with Os, no hard data, but subjectively, all machines with 4 GB RAM (all = 2 old laptops :-)) where I have changed O2 to Os feel a bit more responsive (well, hell of a lot more responsive compared to Fedora ... ~110 MiB vs ~400 MiB used RAM at login screen) so I would like if it worked for all the software; also, if it can't work and the ebuild (or eclass) needs to change it, it would be nice to issue a warning |