OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
756 stars 230 forks source link

it will override all the other settings to false each time of iterator #1309

Closed HuangFJ closed 10 months ago

HuangFJ commented 10 months ago

https://github.com/OmniLayer/omnicore/blob/a2c114c9645bbff7e3ae5b10ac3713c6589867c8/src/omnicore/log.cpp#L239C70-L239C70

need to change to: #define ENABLE_LOG(x) msc_debug_##x = none ? false : (all || d == #x || msc_debug_##x)

HuangFJ commented 10 months ago

Detail is stated here #1310