Closed
Bug 1605537
Opened 5 years ago
Closed 5 years ago
change some flags for wasm compilation
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox73 fixed)
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
The optimization flags that may have been chosen for our target compiler
are not necessarily appropriate for our wasm compiler.
Assignee | ||
Comment 2•5 years ago
|
||
Warning flags might have been generated for a different compiler, so we
can't use them here. The same argument applies to coverage flags.
Depends on D58070
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d971af5f00b7
override optimization settings for wasm compilation; r=firefox-build-system-reviewers,rstewart
https://hg.mozilla.org/integration/autoland/rev/4aadedbaab27
remove coverage and warning flags from wasm flags; r=firefox-build-system-reviewers,rstewart
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d971af5f00b7
https://hg.mozilla.org/mozilla-central/rev/4aadedbaab27
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•