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.
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.