]> git.ipfire.org Git - thirdparty/pdns.git/blob - meson_options.txt
Meson: Auth Sqlite3
[thirdparty/pdns.git] / meson_options.txt
1 option('lua', type: 'combo', choices: ['auto', 'luajit', 'lua'], value: 'auto', description: 'Which Lua implementation to use')
2 option('hardening', type: 'feature', value: 'auto', description: 'Compiler security checks')
3 option('fortify-source', type: 'combo', choices: ['auto', 'disabled', '1', '2', '3'], value: '2', description: 'Source fortification level')
4 option('kiss-rng', type: 'boolean', value: false, description: 'Use the unsafe KISS RNG')
5 option('libsodium', type: 'feature', value: 'auto', description: 'Build support for libsodium-based signers')
6 option('libdecaf', type: 'feature', value: 'auto', description: 'Build support for libdecaf-based signers')
7 option('libcrypto', type: 'string', value: 'auto', description: 'Build support for libcrypto-based signers (auto, yes, no, or a path)')
8 option('libssl', type: 'feature', value: 'auto', description: 'Build support for libssl')
9 option('gnutls', type: 'feature', value: 'auto', description: 'Build support for GnuTLS')
10 option('dns-over-tls', type: 'boolean', value: false, description: 'Enable DNS over TLS (requires GnuTLS or OpenSSL)')
11 option('ipcipher', type: 'feature', value: 'auto', description: 'Enable ipcipher support (requires libcrypto)')
12 option('unit-tests', type: 'boolean', value: false, description: 'Enable building unit tests')
13 option('backend-unit-tests', type: 'boolean', value: false, description: 'Enable building backend unit tests')
14 option('reproducible', type: 'boolean', value: false, description: 'Create reproducible builds. Use this only if you are a distribution maintainer and need reproducible builds. If you compile PowerDNS yourself, leave this disabled, as it might make debugging harder')
15 option('fuzz-targets', type: 'boolean', value: false, description: 'Enable fuzzing targets')
16 option('sqlite3', type: 'boolean', value: false, description: 'Include the sqlite3 driver')