2021-06-07 16:55:13 +02:00
option ( 'native' , type : 'boolean' , value : false , description : 'Optimize build for local CPU architecture (ties build artifacts to your local machine!)' )
2023-05-25 22:51:22 +02:00
option ( 'build-doc' , type : 'boolean' , value : false , description : 'Build documentation using doxygen' )
2021-06-07 16:55:13 +02:00
# TODO option('build-benchmarks', type : 'boolean', value : false, description : 'Build benchmarks')
2021-08-10 12:34:11 +02:00
option ( 'build-tests' , type : 'boolean' , value : false , description : 'Build tests' )
2021-06-07 16:55:13 +02:00
option ( 'build-bgpgrep' , type : 'boolean' , description : 'Build bgpgrep MRT/BGP parsing and filting utility' )
2021-07-27 16:07:02 +02:00
option ( 'build-peerindex' , type : 'boolean' , description : 'Build peerindex MRT TABLE_DUMPV2 Peer Index Table inspection tool' )
2023-05-25 22:51:22 +02:00
option ( 'bgpscanner-legacy' , type : 'boolean' , value : false , description : 'Install a legacy wrapper script for backwards compatibility with Isolario bgpscanner' )