2018-12-10 14:37:57 +02:00
|
|
|
option('dev_build', type : 'boolean', value : false, description : 'Enable the testsuite, requires libpng')
|
2019-07-22 10:33:52 +02:00
|
|
|
option('enable_opt', type : 'boolean', value : true, description : 'Enable architecture-specific optimizations')
|
2020-06-07 12:03:13 +02:00
|
|
|
option('use_miniz', type : 'boolean', value : false, description : 'Compile with miniz instead of zlib, disables some features')
|
2020-07-02 19:37:31 +02:00
|
|
|
option('static_zlib', type : 'boolean', value : false, description : 'Link zlib statically')
|
2020-04-16 14:11:54 +02:00
|
|
|
option('benchmarks', type : 'boolean', value : false, description : 'Enable benchmarks, requires Git LFS')
|
2021-09-24 16:12:17 +02:00
|
|
|
option('build_examples', type : 'boolean', value : true, description : 'Build examples, overriden by dev_build')
|
2020-04-18 16:21:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Not for end-users
|
2020-06-24 23:45:24 +02:00
|
|
|
option('multithreading', type : 'feature', value : 'disabled', description : 'Experimental multithreading features')
|
2020-07-02 19:37:31 +02:00
|
|
|
option('oss_fuzz', type : 'boolean', value : false, description : 'Enable regression tests with OSS-Fuzz corpora')
|