Skip to content

Commit

Permalink
chore: set /WX link arg
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 19, 2024
1 parent a2e7afd commit 080afad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
AWS_LC_SYS_PREBUILT_NASM: "1"
RUSTFLAGS: ${{ join(matrix.targets, '-') == 'x86_64-pc-windows-msvc' && '-C target-feature=+crt-static -C link-args=/NODEFAULTLIB:msvcrt' || '' }}
RUSTFLAGS: ${{ join(matrix.targets, '-') == 'x86_64-pc-windows-msvc' && '-Clink-arg=/WX -Ctarget-feature=+crt-static' || '' }}
steps:
- name: enable windows longpaths
run: |
Expand Down

0 comments on commit 080afad

Please sign in to comment.