commit | 7c97d3e0693d6f7590de42beba258cbe9d39d960 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Wed Feb 28 16:42:48 2024 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Wed Feb 28 16:45:17 2024 +0000 |
tree | 61c004852e72936409cd7647ab1bb3ac89dfabd7 | |
parent | 6d378f73f1addf2a0a217e5c466c16354a44d7cc [diff] |
fix(lib/debug): Fix LOG_LEVEL for Multi-Config build The CMAKE_BUILD_TYPE variable is invalid for Multi-Config builds. The previous implementation depended on this to set the default LOG_LEVEL for Debug and Release builds. This is now corrected to an implementation which is compatible with Multi-Config build generators. fixes TF-RMM/tf-rmm#16 Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: I53a2d850b532ad169c09e0eeed4c485752be8a7a