-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Greetings!
I have tried building the code on Manjaro Linux using gcc 13.2.1. However, when the compilation process gets to main.cpp
it uses all my available RAM until the compilation itself crashes. Upon looking into main.cpp itself, I have noticed that it is
quite massive, and seems to include most(?) cpp files within the project.
I tried breaking it into different files with only some of the includes, but it would either not work due to some definition not
being found, or would also use all available RAM. It seems that the dependencies amongst the files are quite non-trivial.
It'd probably help development and testing if we could break the compilation into smaller parts.
Metadata
Metadata
Assignees
Labels
No labels