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