commit | 18c1bfafe0ccdd3229d91bbb07ed942e9f233f93 | [log] [tgz] |
---|---|---|
author | Eugene Uriev <eugeneuriev@gmail.com> | Sun Mar 31 23:03:24 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 16:23:06 2024 -0600 |
tree | 2c626c8976822e5abd997091fb97a541ea176745 | |
parent | ae838768d79cbb834c4a8a5f4810df373e58b622 [diff] |
mcheck: add pedantic mode support The pedantic mode is run-time contolled, so appropriate registry take place everytime. Maybe it's worth to use compile-time control only. So, the registry could be optimized out by an #ifdef. Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>