mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 08:10:11 +00:00
[cmake] support setting log level (#5433)
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ EXAMPLES:
|
||||
do_package()
|
||||
{
|
||||
local builddir
|
||||
local options=("-DCMAKE_BUILD_TYPE=Release")
|
||||
local options=("-DCMAKE_BUILD_TYPE=Release" "-DOT_LOG_LEVEL=INFO")
|
||||
|
||||
if [[ ${ot_extra_options[*]+x} ]]; then
|
||||
options+=("${ot_extra_options[@]}")
|
||||
|
||||
Reference in New Issue
Block a user