Skip to content

Commit 0226b22

Browse files
committed
add tracy
1 parent 120eab8 commit 0226b22

14 files changed

Lines changed: 281 additions & 716 deletions

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)