mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
58c00fe168
Considering the difficulty to figure out what's going wrong because none of members of the build team can reproduce this, and considering that the problem bug 1791476 addresses only affects TSAN for the moment, and TSAN is not supported on Windows, let's just go back to what the linker wrapper was before bug 1791476 on Windows, which will at least unblock people. We'll eventually have to figure out what's going wrong, but that's for another day. Differential Revision: https://phabricator.services.mozilla.com/D162179
3 lines
58 B
Batchfile
3 lines
58 B
Batchfile
@echo off
|
|
%MOZ_CARGO_WRAP_LD% %MOZ_CARGO_WRAP_LDFLAGS% %*
|