hera icon indicating copy to clipboard operation
hera copied to clipboard

Make debugging a runtime option via set_option

Open axic opened this issue 6 years ago • 2 comments

axic avatar Mar 26 '18 21:03 axic

Is this referring to that debugging should not be enabled/disabled through HERA_DEBUGGING anymore? So that debugging is basically always enabled (from the symbols point of view), where only runtime-checks will decide whether something should be done or not? Or is it meant as a third option, e.g. -DHERA_DEBUGGING=ON will enable this statically, where something like -DHERA_DEBUGGING=RUNTIME will basically enabling the debugging subsystem, but its basically "disabled" by default, where it can be enable/disabled again through set_option?

aarlt avatar Jun 09 '19 19:06 aarlt

Yep!

Though I would say this isn't a priority right now.

axic avatar Jun 19 '19 23:06 axic