Bavarder/meson_options.txt
0xMRTT e72f68c9b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: new UI !
2023-06-16 23:14:00 +02:00

11 lines
259 B
Meson

option(
'profile',
type: 'combo',
description: 'The build profiles for the application. Use development or ci for the .Devel app ID. ci also produces optimized bundles.',
choices: [
'release',
'development',
'ci',
],
value: 'release'
)