mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
9 lines
109 B
Meson
9 lines
109 B
Meson
|
|
option(
|
||
|
|
'profile',
|
||
|
|
type: 'combo',
|
||
|
|
choices: [
|
||
|
|
'default',
|
||
|
|
'development'
|
||
|
|
],
|
||
|
|
value: 'default'
|
||
|
|
)
|