Files
2026-09-16 14:07:40 +08:00

14 lines
256 B
Meson
Vendored

option(
'test',
type : 'boolean',
value : true,
description : 'Build and run tests'
)
option(
'hash',
type : 'boolean',
value : false,
description : 'Do hashing at build time - longer build times, but O(1) string lookup'
)