mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-08 23:24:20 +00:00
6 lines
153 B
Meson
6 lines
153 B
Meson
option(
|
|
'hash',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Do hashing at build time - longer build times, but O(1) string lookup'
|
|
)
|