Skip to content

Commit 3967c50

Browse files
committed
Remove debuginfo from compiled dll
1 parent 9309703 commit 3967c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
22
target = "i686-pc-windows-msvc"
3-
rustflags = ["-C", "link-args=/def:src/exports.def"]
3+
rustflags = ["-C", "link-args=/debug:none /def:src/exports.def"]

0 commit comments

Comments
 (0)