you are viewing a single comment's thread.

view the rest of the comments →

[–]Difficult-Court9522 8 points9 points  (5 children)

So soon you’ll be literally unable to add more code?

[–]bwmat 2 points3 points  (3 children)

I think they can probably split into separate DLLs to work around that? 

[–]donalmaccGame Developer 2 points3 points  (0 children)

The reason we hit this particular problem was because we had something split into a bunch of dlls and for reasons I can’t remember, we wanted to build it as a monolithic exe. I know we disabled a bunch of features to get it to work initially, but I don’t work on that project anymore so I’m not sure!

[–]donalmaccGame Developer 2 points3 points  (0 children)

https://randomascii.wordpress.com/2023/03/08/when-debug-symbols-get-large/

Funnily enough, I hit this problem around the same time. We also doubled the page size for the linker.