Skip to content

Implement possibility to disable debug output

Martin Marmsoler requested to merge work/debugEnable into master

Description

Because it requires quite a lot of computational power. This adds enabling/disabling debug output during runtime. TODO:

  • Is this independent of the build option (Debug vs. Release)?
  • What is the best default (enabled or disabled)?
  • Should all DEBUG() messages replaced or only performance critical?

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Stefan Gerlach

Merge request reports