Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatito #33373

Open
Karliz24 opened this issue Jul 9, 2024 · 2 comments
Open

Gatito #33373

Karliz24 opened this issue Jul 9, 2024 · 2 comments

Comments

@Karliz24
Copy link

Karliz24 commented Jul 9, 2024

No description provided.

@CanOfDew132
Copy link

wdym?

@LeojMarco
Copy link

[target.aarch64-pc-windows-msvc]
rustflags = [
"-C", "target-feature=+crt-static", # Static CRT for 64-bit ARM Windows
"-C", "link-arg=/NODEFAULTLIB:libcmt" # Avoid automatic dynamic CRT linking
]

[target.x86_64-pc-windows-msvc]
rustflags = [
"-C", "target-feature=+crt-static", # Static CRT for 64-bit x86 Windows
"-C", "link-arg=/NODEFAULTLIB:libcmt" # Avoid automatic dynamic CRT linking
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants