2022-05-11 15:05:09 -05:00
|
|
|
# Set build arguments here. See `gn help buildargs`.
|
|
|
|
|
|
|
|
|
|
cc = "@CMAKE_C_COMPILER@"
|
|
|
|
|
cxx = "@CMAKE_CXX_COMPILER@"
|
|
|
|
|
|
|
|
|
|
is_debug = false
|
|
|
|
|
is_clang = @PERFETTO_IS_CLANG@
|
|
|
|
|
is_hermetic_clang = false
|
|
|
|
|
|
|
|
|
|
enable_perfetto_benchmarks = false
|
2024-09-13 13:43:26 -04:00
|
|
|
enable_perfetto_integration_tests = true
|
2022-05-11 15:05:09 -05:00
|
|
|
enable_perfetto_unittests = false
|
|
|
|
|
enable_perfetto_fuzzers = false
|
|
|
|
|
|
|
|
|
|
# enable_perfetto_stderr_crash_dump = false
|
|
|
|
|
enable_perfetto_heapprofd = false
|
|
|
|
|
enable_perfetto_tools = false
|
2024-09-13 13:43:26 -04:00
|
|
|
enable_perfetto_trace_processor = true
|
|
|
|
|
enable_perfetto_trace_processor_httpd = true
|
2022-05-11 15:05:09 -05:00
|
|
|
enable_perfetto_trace_processor_json = false
|
|
|
|
|
enable_perfetto_trace_processor_linenoise = false
|
|
|
|
|
enable_perfetto_trace_processor_percentile = false
|
2024-09-13 13:43:26 -04:00
|
|
|
enable_perfetto_trace_processor_sqlite = true
|
2022-05-11 15:05:09 -05:00
|
|
|
enable_perfetto_ui = false
|
|
|
|
|
|
2024-10-15 11:20:40 -04:00
|
|
|
extra_cflags = "@ROCPROFSYS_PERFETTO_C_FLAGS@"
|
|
|
|
|
extra_cxxflags = "@ROCPROFSYS_PERFETTO_CXX_FLAGS@"
|
|
|
|
|
extra_ldflags = "@ROCPROFSYS_PERFETTO_LINK_FLAGS@ -Wl,-rpath=\\\$ORIGIN:\\\$ORIGIN/../lib:\\\$ORIGIN/../lib/rocprof-sys"
|