We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120eab8 commit 0226b22Copy full SHA for 0226b22
14 files changed
.cargo/config.toml
@@ -0,0 +1,5 @@
1
+[env]
2
+TRACY_CLIENT_SYS_CXXFLAGS = "-static-libstdc++ -static-libgcc"
3
+
4
+[target.x86_64-pc-windows-gnu]
5
+rustflags = ["-C", "link-arg=-static-libstdc++", "-C", "link-arg=-static-libgcc"]
0 commit comments