Skip to content

Commit

Permalink
EHsc
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed May 23, 2024
1 parent a0007f2 commit dc9717c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fn main() {
cc::Build::new()
.cpp(true)
.std("c++20")
.flag("/EHsc")
.file("src/client.cpp")
.compile("client");
}

0 comments on commit dc9717c

Please sign in to comment.