| Index: third_party/protobuf/python/tox.ini
|
| diff --git a/third_party/protobuf/python/tox.ini b/third_party/protobuf/python/tox.ini
|
| index cf8d5401685110b5652e42ed6eee73e772855adf..1600db21fc758af4dc29b8e050c40ed33e6c55a1 100644
|
| --- a/third_party/protobuf/python/tox.ini
|
| +++ b/third_party/protobuf/python/tox.ini
|
| @@ -12,7 +12,7 @@ setenv =
|
| commands =
|
| python setup.py -q build_py
|
| python: python setup.py -q build
|
| - cpp: python setup.py -q build --cpp_implementation --warnings_as_errors
|
| + cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension
|
| python: python setup.py -q test -q
|
| cpp: python setup.py -q test -q --cpp_implementation
|
| python: python setup.py -q test_conformance
|
|
|