Skip to content

Commit

Permalink
windows yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fanvanzh committed May 23, 2024
1 parent d181c67 commit 79c0296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ jobs:
}
- name: Build
run: cargo build --verbose --release

- name: Test
run: cargo test --verbose
run: cargo build --verbose --release
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fn build_win_msvc() {
cc::Build::new()
.cpp(true)
.flag("-Zi")
.flag("-Gm")
.flag("-INCREMENTAL")
.flag("-bigobj")
.warnings(false)
Expand Down

0 comments on commit 79c0296

Please sign in to comment.