https://codeberg.org/interpeer/liberate.git
Raw File
Tip revision: 0aa762424a2ac0df74476f7d5ff65bf0cd9319d8 authored by Jens Finkhaeuser on 15 April 2022, 16:54:32 UTC
Exchange varint implementation with LEB128
Tip revision: 0aa7624
meson_options.txt
option('log_backend', type: 'combo',
  choices: ['stderr', 'spdlog', 'loguru', 'plog'],
  value: 'stderr',
  description: '''The logging backend to use. This option can also be set via
-DLIBERATE_LOG_BACKEND=`...`. Possible values are `stderr` (the default),
`spdlog`, `loguru` and `plog`. See README.md for logging detail.''',
)
back to top