Constant re_build_tools::EXPORT_GIT_FOR_DEVELOPERS

source ·
pub(crate) const EXPORT_GIT_FOR_DEVELOPERS: bool = false;
Expand description

Should we export the current git hash/branch for developers in the workspace?

It will be visible in analytics, in the viewer’s about-menu, and with rerun --version.

To do so accurately may incur unnecessary recompiles, so only turn this on if you really need it.