PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 4 forks source link

Reduce AutoGenWrap.cpp under 65k line limit #80

Closed PetrPPetrov closed 5 years ago

PetrPPetrov commented 5 years ago

Now we are forced to always do unity builds: bCapi always generates a huge AutoGenWrap.cpp. Also we faced with Visual Studio Debugger 65k lines debug info limitation. We need to split AutoGenWrap.cpp for debugging.