Fatal error C1128, when setting Win64 debug build to support Edit And Continue, /ZI

Hi!

Using the latest master tip on Windows, when setting Win64 debug build to support Edit And Continue, /ZI, I get a fatal error C1128, where it complains include_juce_gui_basics.cpp is too large. There are older posts about this in the forum, but that was long ago, when static linking support was removed.

Anything I’m missing?

Best,
Ilias B.

1 Like

number of sections exceeded object file format limit : compile with /bigobj

2 Likes

Thank you, That was easy enough, I guess I’ve been spoiled by Projucer doing everything for me!

2 Likes