blob: 17709ec3a9f30a9e638fa5779481eaaf88cc91b8 [file] [log] [blame]
option('version_suffix', type: 'string', value: '',
description: 'Suffix to append to SLIRP_VERSION_STRING')
option('oss-fuzz', type : 'boolean', value : 'false',
description : 'build against oss-fuzz')
option('llvm-fuzz', type : 'boolean', value : 'false',
description : 'build against LLVM libFuzzer')
option('fuzz-reproduce', type : 'boolean', value : 'false',
description : 'build a standalone executable to reproduce fuzz cases')
option('static', type : 'boolean', value : 'false',
description : 'build static binary, only for debugging, otherwise rather use --default-library static')