blob: c0c3b2b9b75c845a7158b56bbeb0a5ab4b40cd96 [file] [log] [blame]
John Edward Broadbente6ffe702021-10-14 14:03:11 -07001option ('erase_min_geometry', type : 'integer', min : 0, max : 18446744073709551615, value : 10, description : 'The min size allowed in bytes, used by the geometry check')
2option ('erase_max_geometry', type : 'integer', min : 0, max : 18446744073709551615, value : 5368709120, description : 'the max size allowed in bytes, used by the geometry check')
John Wedigb810c922021-11-17 16:38:03 -08003option('tests', type: 'feature', description: 'Build tests')