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

Support Universal CRT for Windows 10 or later #29

Merged
merged 3 commits into from
Apr 27, 2024
Merged

Conversation

matyalatte
Copy link
Owner

From Windows10, many vcruntime functions moved to a preinstalled library: Universal CRT.
It means, you can make portable binaries smaller with the dynamic linked UCRT.

In tuw project, you can use -Duse_ucrt=true option to build tuw with UCRT.
The built binary only supports Windows10 or later, but it has half the size of v0.6.3.

@matyalatte matyalatte merged commit 00b9aaa into main Apr 27, 2024
9 checks passed
@matyalatte matyalatte deleted the support_ucrt branch April 27, 2024 11:45
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

Successfully merging this pull request may close these issues.

1 participant