Skip to content

Commit

Permalink
Remove debuginfo from compiled dll
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdr committed Dec 12, 2020
1 parent 9309703 commit 3967c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
target = "i686-pc-windows-msvc"
rustflags = ["-C", "link-args=/def:src/exports.def"]
rustflags = ["-C", "link-args=/debug:none /def:src/exports.def"]

0 comments on commit 3967c50

Please sign in to comment.