7 lines
153 B
Meson
7 lines
153 B
Meson
|
|
option(
|
||
|
|
'hash',
|
||
|
|
type : 'boolean',
|
||
|
|
value : false,
|
||
|
|
description : 'Do hashing at build time - longer build times, but O(1) string lookup'
|
||
|
|
)
|