14 lines
256 B
Meson
Vendored
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'
|
|
)
|