From 823134e4ba741312086010d6859c852f2be126e2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Jan 2018 11:32:34 +0100 Subject: python/build/libs.py: disable Opus documentation and extra programs --- python/build/libs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/build') diff --git a/python/build/libs.py b/python/build/libs.py index a4de2e2a3..ad6d15fe3 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -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 -- cgit v1.2.3