rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.11k stars 429 forks source link

Optimizing for binary size #336

Open robertblaketaylor opened 2 years ago

robertblaketaylor commented 2 years ago

I'm seeing a pretty significant binary footprint for RTTR reflected objects (about half of the binary size). Were building RTTR from source within our tree and linking it in as a static library where we are leveraging it for reflection. Is there a known optimal approach here for leveraging RTTR with the best binary size/footprint?