Skip to content

Buildinfo infrastructure does not update always

The buildinfo.h file is generated at every make call, but the macros are evaluated in main.cpp only once, ie. the main file compilation is not retriggered.

To avoid this, we could must have the buildinfo an own compilation context, ie some buildinfo.cpp going along with the buildinfo.h. That's the only option to get runtime build information.