commit | 2601b617fd4e3fed1635601354f31031827dc778 | [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 | c61e3130ebdd7634ed675a798838b9b088488d96 [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>