Closed
Bug 1854493
Opened 2 years ago
Closed 2 years ago
[clang 8] AudioNodeEngineGenericImpl.h:60:3: error: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported tr
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox119 fixed)
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Linux is the only platform where we have a different optimization level
between normal and debug builds. That comes from bug 1368649, but was
not the original intent: the first landing for that bug actually set the
optimization level to -O2 for all non-PGO Linux builds, but that caused
build problems on the debug builds with the compiler used at the time.
Time has passed, compiler versions have been released, and, in fact,
back then we were still compiling with gcc for the shipped builds.
It's time to go with the original intent.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e3599c7a1574
Use -O2 on Linux debug builds. r=firefox-build-system-reviewers,ahochheiden
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•