Files
MeanField_SERiF/build-config/magicenum/meson_options.txt

7 lines
153 B
Meson
Raw Normal View History

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