Closed
Bug 632993
Opened 14 years ago
Closed 6 years ago
New Fennec compiler flags are redundant
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
From bug 632037:
> MOZ_OPTIMIZE_FLAGS="-O2 -freorder-blocks -fno-reorder-functions -fomit-frame-pointer"
-O2 implies -freorder-blocks. And are you sure you want -fno-reorder-functions?
See http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options
Reporter | ||
Comment 1•14 years ago
|
||
Actually, I don't think reorder-functions does anything when PGO is disabled.
> Also profile feedback must be available in to make this option effective. See
> -fprofile-arcs for details.
Comment 2•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•