Use custom scripts for logging debug messages

Default "GLib.log_structured" method is painfully slow and time provided by it is not very accurate. It also slows down program execution even when G_MESSAGES_DEBUG env is not set. Use custom debug scripts for faster and more accurate messages logging instead.
This commit is contained in:
Rafostar
2020-12-27 13:00:56 +01:00
parent b85edbbe8f
commit 732e3675e8
4 changed files with 531 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ subdir('data')
installdir = join_paths(get_option('prefix'), 'share', meson.project_name())
install_subdir('clapper_src', install_dir : installdir)
install_subdir('extras', install_dir : installdir)
install_subdir('css', install_dir : installdir)
install_subdir('ui', install_dir : installdir)