https://codeberg.org/interpeer/vessel.git
Raw File
Tip revision: 5c7a39214ce9b5396b7aafb9d576b159b57ef04a authored by Jens Finkhaeuser on 09 January 2024, 12:10:19 UTC
(void) and () have different meanings in C
Tip revision: 5c7a392
meson_options.txt
option('default_extent_size_multiplier', type: 'integer',
  description: '''The multiplier specifying the extent size; this value is
multiplied by 4096 to provide the actual extent size.''',
  value: 128,
)
option('build_extras', type: 'boolean',
  value: true,
  description: '''Build extras such as tests, examples, etc.'''
)
back to top