fractal/meson_options.txt
Kévin Commaille 68291d7abc
build: Remove Hack manifest and profile
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.
2023-11-25 15:22:22 +01:00

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".'
)