We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0dbb2 commit ca5b819Copy full SHA for ca5b819
.cargo/config.toml
@@ -18,7 +18,7 @@ rustflags = [
18
]
19
20
[target.x86_64-pc-windows-msvc]
21
-linker = "clang-cl"
+linker = "lld-link"
22
rustflags = [
23
"-C", "target-feature=+crt-static",
24
.github/workflows/build.yml
@@ -302,7 +302,7 @@ jobs:
302
uses: ./.github/actions/common-setup
303
with:
304
python-version: ${{ matrix.python-version }}
305
- free-disk-space: "true"
+ free-disk-space: "false"
306
307
- name: Use clang-cl
308
run: |
0 commit comments