This is how the flag is documented in GNU binutils ld; -Bstatic only applies to -l options after it, until the next -Bdynamic.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
MinGW/Driver.cpp | ||
---|---|---|
178–180 | Since you have a switch in this loop, you don't need to use filtered. Just for (auto *A : Args) should work. |
Since you have a switch in this loop, you don't need to use filtered. Just for (auto *A : Args) should work.