mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: don't install sysprof-cat and sysprof-dump
At least for now
This commit is contained in:
@ -12,14 +12,12 @@ endif
|
||||
|
||||
sysprof_cat = executable('sysprof-cat', 'sysprof-cat.c',
|
||||
dependencies: tools_deps,
|
||||
install_dir: get_option('bindir'),
|
||||
install: true,
|
||||
install: false,
|
||||
)
|
||||
|
||||
sysprof_dump = executable('sysprof-dump', 'sysprof-dump.c',
|
||||
dependencies: tools_deps,
|
||||
install_dir: get_option('bindir'),
|
||||
install: true,
|
||||
install: false,
|
||||
)
|
||||
|
||||
sysprof_profiler_ctl = executable('sysprof-profiler-ctl',
|
||||
|
||||
Reference in New Issue
Block a user