Ivan3z
(Ivan3z)
1
I compiled the engine from source.
Now I have a huge snl file compared to the one I had before with the precompiled version.

It is almost five times larger
I look inside and see a lot of stuff I don’t need.
At the moment I only need the Windows platform.
However, within the SNL there are things from other platforms.
How do I get rid of what I don’t need?
I only want the minimum necessary, everything else is a hindrance in size and performance.
Thank you so much!!
Ivan3z
(Ivan3z)
2
Well… I found out that the snl file is not needed at all… At least with Rider… only Visual Studio uses it.
However, I would like to know what is being added to my project.
Would like to see the Makefile and check that things are not being added that should not be there.
And if there are useless things, find out how to make sure they are not there.
However, all this seems like a mystery.
Is there any guide to know what is going on under the hood?
Thank you so much!!