Closed
Bug 472951
Opened 17 years ago
Closed 11 years ago
Incorrect command line arguments to icpc for PGO
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gal, Unassigned)
References
Details
At least for a shell PGO build we currently pass the wrong arguments to icpc. icpc wants -prof_gen and -prof_use.
A workaround is to use XCFLAGS=-prof-gen make but this should be fixed.
Updated•17 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → Build Config
QA Contact: general → build-config
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•