Skip to content

Commit

Permalink
Enable tracing support for python builds (#28785)
Browse files Browse the repository at this point in the history
* More tracing enabling: all of linux apps, ensure python always has tracing

* Restyle

* Update enabling to only apply to python
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 16, 2023
1 parent fc2d679 commit 1109075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ source "$CHIP_ROOT/scripts/activate.sh"
[[ -n "$chip_case_retry_delta" ]] && chip_case_retry_arg="chip_case_retry_delta=$chip_case_retry_delta" || chip_case_retry_arg=""
[[ -n "$pregen_dir" ]] && pregen_dir_arg="chip_code_pre_generated_directory=\"$pregen_dir\"" || pregen_dir_arg=""

gn --root="$CHIP_ROOT" gen "$OUTPUT_ROOT" --args="chip_detail_logging=$chip_detail_logging enable_pylib=$enable_pybindings enable_rtti=$enable_pybindings chip_project_config_include_dirs=[\"//config/python\"] $chip_mdns_arg $chip_case_retry_arg $pregen_dir_arg"
gn --root="$CHIP_ROOT" gen "$OUTPUT_ROOT" --args="matter_enable_tracing_support=true chip_detail_logging=$chip_detail_logging enable_pylib=$enable_pybindings enable_rtti=$enable_pybindings chip_project_config_include_dirs=[\"//config/python\"] $chip_mdns_arg $chip_case_retry_arg $pregen_dir_arg"

function ninja_target() {
# Print the ninja target required to build a gn label.
Expand Down

0 comments on commit 1109075

Please sign in to comment.