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

Debug build is too large to run on Windows #444

Open
bjoelle opened this issue Apr 9, 2024 · 0 comments
Open

Debug build is too large to run on Windows #444

bjoelle opened this issue Apr 9, 2024 · 0 comments
Labels
windows issue for issues specific to Windows OS

Comments

@bjoelle
Copy link
Contributor

bjoelle commented Apr 9, 2024

This isn't a critical issue for users but I've just spent two days troubleshooting this so I want to save it for future reference
Apparently Windows has a size limit on executables that it will run (somewhere around 3.5G) and the debug build is currently above so it won't start, with a very cryptic error message
Release build works fine on the same machine & setup (Windows 10 64bits Home edition, MinGW compiler)

I think this could be solved by building some of it (e.g. the libs folder) as a shared library instead but I don't know enough cmake to do this properly

@bjoelle bjoelle added the windows issue for issues specific to Windows OS label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows issue for issues specific to Windows OS
Projects
None yet
Development

No branches or pull requests

1 participant