We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6d002 commit b7ca950Copy full SHA for b7ca950
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
os: macos-latest
35
- target: x86_64-pc-windows-msvc
36
os: windows-latest
37
+ rust_flags: "-C link-args=/PDBPAGESIZE:16384"
38
runs-on: ${{ matrix.os }}
39
steps:
40
- uses: actions/checkout@v3
@@ -57,3 +58,5 @@ jobs:
57
58
target: ${{ matrix.target }}
59
# (required) GitHub token for uploading assets to GitHub Releases.
60
token: ${{ secrets.GITHUB_TOKEN }}
61
+ env:
62
+ RUSTFLAGS: ${{ matrix.rust_flags }}
0 commit comments