parseinstrs: Print stats only if not subproject

Statistics are only interesting for development.
This commit is contained in:
Alexis Engelke
2022-12-28 11:28:58 +01:00
parent 6bf96d6963
commit 36019517cf
2 changed files with 8 additions and 3 deletions

View File

@@ -77,6 +77,9 @@ endif
if get_option('with_undoc')
generate_args += ['--with-undoc']
endif
if not meson.is_subproject()
generate_args += ['--stats']
endif
tables = []
foreach component : components