Replies: 1 comment 3 replies
-
|
I'm unsure what the question is. But w64devkit is "fully static". There is no libgcc or libstdc++ dll. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have a look at the Win32++ project:
https://win32-framework.sourceforge.net/
You can download it and try to compile some sample programs.
The library is header-only.
I tried to do exactly that on one of my lower-end machines (still with 8GB of RAM and a 4-core/8-thread Intel CPU), but the result was disappointing. The compilation speed was very slow.
In my subjective observation, I found that the Equation.COM distro was slower than w64devkit. However, since you switched from
-Osto-O2, I’m not sure if that’s still the case.Beta Was this translation helpful? Give feedback.
All reactions