# SPDX-FileCopyrightText: 2019-2025 Valéry Febvre
# SPDX-License-Identifier: GPL-3.0-or-later
# Author: Valéry Febvre <vfebvre@easter-eggs.com>

option(
  'profile',
  type: 'combo',
  choices: [
    'beta',
    'default',
    'development'
  ],
  value: 'default'
)
