Skip to content

Commit

Permalink
Pull request project-chip#1476: MATTER-2944 : Adding the is_debug=fal…
Browse files Browse the repository at this point in the history
…se flag

Merge in WMN_TOOLS/matter from bugfix/adding_is_debug_flag to RC_2.3.0-1.3

Squashed commit of the following:

commit 31d39faeff5c49db04a475e1fa0b79d0b73a7456
Author: chbansal <chirag.bansal@silabs.com>
Date:   Thu Jan 11 22:00:30 2024 +0530

    adding is_debug=false by default
  • Loading branch information
chirag-silabs authored and shgutte committed Jan 11, 2024
1 parent e275616 commit 6faa0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/examples/gn_silabs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ else
if [ "$SILABS_BOARD" == "BRD4338A" ]; then
echo "Compiling for 917 WiFi SOC"
USE_WIFI=true
optArgs+="chip_device_platform =\"SiWx917\" "
optArgs+="chip_device_platform =\"SiWx917\" is_debug=false "
fi

if [ "$USE_GIT_SHA_FOR_VERSION" == true ]; then
Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/matter_support

0 comments on commit 6faa0c0

Please sign in to comment.