Skip to content

Commit 0a2e439

Browse files
authored
chore: update the compilation guide (#465)
1 parent b367ccd commit 0a2e439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/compilation-guide/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ jobs:
185185
choco install nasm -y
186186
shell: cmd
187187

188-
- name: Build on Windows
188+
- name: Build on Windows with Static Linking
189+
env:
190+
RUSTFLAGS: "-C target-feature=+crt-static"
189191
run: cargo build --release --target ${{ matrix.target_triple }}
190192

191193
- name: Archive build artifacts

0 commit comments

Comments
 (0)