Revision 95e2b48de1cac703742b14c8b3138d60231ee0f2 authored by Jens Finkhaeuser on 14 October 2022, 07:54:12 UTC, committed by Jens Finkhaeuser on 14 October 2022, 07:54:12 UTC
1 parent ec141cc
Raw File
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