mirror of https://gitea.it/1414codeforge/ubgpsuite
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
550 B
Meson
6 lines
550 B
Meson
4 years ago
|
option('native', type : 'boolean', value : false, description : 'Optimize build for local CPU architecture (ties build artifacts to your local machine!)')
|
||
|
option('build-doc', type : 'boolean', description : 'Build documentation using doxygen')
|
||
|
# TODO option('build-benchmarks', type : 'boolean', value : false, description : 'Build benchmarks')
|
||
|
# TODO option('build-tests', type : 'boolean', value : false, description : 'Build unit tests')
|
||
|
option('build-bgpgrep', type : 'boolean', description : 'Build bgpgrep MRT/BGP parsing and filting utility')
|