| commit | 98ef60944370c84ca8bd959c8a7e220b071f048c | [log] [tgz] |
|---|---|---|
| author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Wed May 19 07:57:21 2021 +0200 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 19 12:01:49 2021 -0500 |
| tree | 3c013462ba442557dcbf919db46e5139a8b3616d | |
| parent | c71e2dc0077d658b61a8981df6181269890fbc66 [diff] |
logging: Add empty Z_LOG_MSG2_SIMPLE_CREATE version Add empty Z_LOG_MSG2_SIMPLE_CREATE when CONFIG_LOG_SPEED=n. It allows to reduce compilation time by removing code at preprocessor stage. Previously functionality was the same, compiler was removing unused code but because logging is widely use that had a visible impact on compile time. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>