King_DuckZ
6a47be250f
This is a properly constexpr version for modern c++. Also added a fast runtime version of it.
6 lines
347 B
Meson
6 lines
347 B
Meson
option('build_testing', type: 'boolean', value: false)
|
|
option('build_examples', type: 'boolean', value: false)
|
|
option('wren_with_rand', type: 'boolean', value: false)
|
|
option('wren_with_meta', type: 'boolean', value: false)
|
|
option('wrenpp_with_name_guessing', type: 'boolean', value: true)
|
|
option('wrenpp_with_sse42', type: 'boolean', value: true)
|