]> git.ipfire.org Git - thirdparty/pdns.git/blob - meson_options.txt
Meson: libsodium signers support
[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')