Closed
Bug 1651675
Opened 5 years ago
Closed 5 years ago
explicitly use some useful linker options when building clang
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
clang/LLVM's build scripts can turn these on on their own, but explicitly
setting what we want is better than guessing. The change is not huge, maybe
~2-3% on the major shared libraries (libclang, libclang-cpp, libLLVM),
about 1% on the overall .tar.zst size, but every little bit counts, right?
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa37b2376448
explicitly use some useful linker options when building clang; r=dmajor
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•