mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
docs/perfetto: Give a hint on how to cross compile the tools.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37826>
This commit is contained in:
parent
09e496d6c0
commit
5ca03e1137
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ the steps above :
|
|||
mesa $ cd subprojects/perfetto
|
||||
perfetto $ ./tools/install-build-deps
|
||||
perfetto $ ./tools/gn gen --args='is_debug=false' out/linux
|
||||
# Example arm64 cross compile instead
|
||||
# perfetto $ ./tools/gn gen --args='is_debug=false target_cpu="arm64"' out/linux-arm64
|
||||
perfetto $ ./tools/ninja -C out/linux
|
||||
|
||||
# Start perfetto
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue