Last change
on this file was 105533, checked in by vboxsync, 4 months ago |
libs/libslirp: merged our changes into libslirp 4.8.0. enabled updated version. bugref:10268
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
630 bytes
|
Line | |
---|
1 | option('version_suffix', type: 'string', value: '',
|
---|
2 | description: 'Suffix to append to SLIRP_VERSION_STRING')
|
---|
3 |
|
---|
4 | option('oss-fuzz', type : 'boolean', value : 'false',
|
---|
5 | description : 'build against oss-fuzz')
|
---|
6 |
|
---|
7 | option('llvm-fuzz', type : 'boolean', value : 'false',
|
---|
8 | description : 'build against LLVM libFuzzer')
|
---|
9 |
|
---|
10 | option('fuzz-reproduce', type : 'boolean', value : 'false',
|
---|
11 | description : 'build a standalone executable to reproduce fuzz cases')
|
---|
12 |
|
---|
13 | option('static', type : 'boolean', value : 'false',
|
---|
14 | description : 'build static binary, only for debugging, otherwise rather use --default-library static')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.