Skip to content

Commit

Permalink
Disable c++ static destructors on exit that is causing crashes within…
Browse files Browse the repository at this point in the history
… the destructors on app termination (#26772)
  • Loading branch information
rawadhilal88 authored and pull[bot] committed Aug 23, 2023
1 parent 48c367a commit 4359329
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ done
target_cflags+=',"-flto"'
}

target_cflags+=',"-fno-c++-static-destructors"'

declare -a args=(
'default_configs_cosmetic=[]' # suppress colorization
'chip_crypto="mbedtls"'
Expand Down

0 comments on commit 4359329

Please sign in to comment.