Commit 4217a48
### Rationale for this change
A particular combination of `gcc`, GNU `ld` and specific compiler flags leads to crashes when calling `std::call_once` in some compilation units:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662
The problem disappears when using another linker such `ld.gold` (which has been removed from GNU binutils) and `mold`.
### What changes are included in this PR?
Use `mold` on conda-based C++ builds.
### Are these changes tested?
By existing CI jobs.
### Are there any user-facing changes?
No.
* GitHub Issue: #47015
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent e477752 commit 4217a48
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments