"Fossies" - the Fresh Open Source Software Archive 
Member "glibmm-2.74.0/meson_options.txt" (19 Sep 2022, 1156 Bytes) of package /linux/misc/glibmm-2.74.0.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 option('maintainer-mode', type: 'combo', choices: ['false', 'if-git-build', 'true'],
2 value: 'if-git-build', description: 'Generate source code from .hg and .ccg files')
3 option('warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
4 value: 'min', description: 'Compiler warning level')
5 option('dist-warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
6 value: 'fatal', description: 'Compiler warning level when a tarball is created')
7 option('build-deprecated-api', type: 'boolean', value: true,
8 description: 'Build deprecated API and include it in the library')
9 option('build-documentation', type: 'combo', choices: ['false', 'if-maintainer-mode', 'true'],
10 value: 'if-maintainer-mode', description: 'Build and install the documentation')
11 option('debug-refcounting', type: 'boolean', value: false,
12 description: 'Print debug messages in connection with reference counting')
13 option('build-examples', type: 'boolean', value: true,
14 description: 'Build example programs')
15 option('msvc14x-parallel-installable', type: 'boolean', value: true,
16 description: 'Use separate DLL and LIB filenames for Visual Studio 2017 and 2019')