Skip to content

Commit

Permalink
Set optimization to Os for the silabs lighting-app thread (#31555)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored Jan 19, 2024
1 parent 4d33155 commit e512bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lighting-app/silabs/openthread.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_openthread_ftd = true
optimize_debug_level = "s"

import("//openthread.gni")
}

0 comments on commit e512bf7

Please sign in to comment.