meson.options (710B)
1 # Build options 2 option('only-doc', type : 'boolean', value : false, description: 'whether to compile documentation ONLY') 3 option('disable-doc', type : 'boolean', value : false, description: 'whether to disable documentation') 4 option('install-rpath', type : 'boolean', value : false, description: 'Add rpath to installed binaries if set') 5 option('logging', type : 'string', value: 'yes', description: 'Log setting. Can be set to "yes" (logging, default), "no" (no logging), "verbose" (extra logging"), "veryverbose" (even more logging)') 6 option('hardening', type : 'boolean', value : true, description: 'Build with PIE, RELRO/BIND_NOW, _FORTIFY_SOURCE and stack protector (disable for profiling or debugging)')