blob: 3d96d46c02b78b07d202efbddbd233d9810f906b [file] [log] [blame]
Patrick Williams9c2e8362025-02-01 08:38:10 -05001option(
2 'erase_min_geometry',
3 type: 'integer',
4 min: 0,
5 max: 18446744073709551615,
6 value: 10,
7 description: 'The min size allowed in bytes, used by the geometry check',
8)
9option(
10 'erase_max_geometry',
11 type: 'integer',
12 min: 0,
13 max: 18446744073709551615,
14 value: 5368709120,
15 description: 'the max size allowed in bytes, used by the geometry check',
16)
17option('tests', type: 'feature', value: 'enabled', description: 'Build tests')