Commit 823134e4 authored by Max Kellermann's avatar Max Kellermann

python/build/libs.py: disable Opus documentation and extra programs

parent 272167b4
......@@ -29,6 +29,8 @@ opus = AutotoolsProject(
'lib/libopus.a',
[
'--disable-shared', '--enable-static',
'--disable-doc',
'--disable-extra-programs',
],
# suppress "visibility default" from opus_defines.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment