Closed
Bug 1752063
Opened 4 years ago
Closed 4 years ago
Remove -fno-common from js build
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
Incidentally, it has been the default since GCC 10 and clang 11, so this
is effectively a no-op when building with a modern compiler. For older
compilers, it doesn't matter that much anyways, because it was
cargo-culted from the Firefox build system, which removed it a long time
ago (bug 751511).
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/a91d468530fb
Remove -fno-common from js build. r=firefox-build-system-reviewers,andi
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•