b65188cdb6
Be able to use nightly while hacking
11 lines
215 B
Meson
11 lines
215 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development',
|
|
'hack',
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Fractal. One of "default", "development" or "hack".'
|
|
)
|