Skip to content

Commit

Permalink
Remove SSP linking flag from Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisRussell committed Mar 31, 2024
1 parent 81db523 commit 0e24894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.x86_64-pc-windows-gnu]
rustflags = [ "-C", "link-arg=-lssp" ]
rustflags = []

[target.i686-pc-windows-gnu]
rustflags = [ "-C", "link-arg=-lssp" ]
rustflags = []

0 comments on commit 0e24894

Please sign in to comment.