@ -56,6 +56,9 @@ if get_option('profile') == 'hack'
elif get_option('profile') == 'development'
is_release = false
profile = 'Devel'
elif get_option('profile') == 'beta'
is_release = true
profile = 'Beta'
else
profile = ''
@ -3,9 +3,10 @@ option(
type: 'combo',
choices: [
'default',
'beta',
'development',
'hack',
],
value: 'default',
description: 'The build profile for Fractal. One of "default", "development" or "hack".'
description: 'The build profile for Fractal. One of "default", "beta", "development" or "hack".'
)