68291d7abc
Now that the stable release is on the same codebase, it should be less necessary to have 2 development builds. Also since most performance issues have been fixed, it should not be necessary anymore to build the nightly version in release mode.
11 lines
215 B
Meson
11 lines
215 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'beta',
|
|
'development',
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Fractal. One of "default", "beta" or "development".'
|
|
)
|