1 diff -ruN a/python/setup.py b/python/setup.py
2 --- a/python/setup.py 2022-12-13 01:03:12.000000000 +0100
3 +++ b/python/setup.py 2023-04-06 22:12:36.199029178 +0200
8 -if __name__ == '__main__':
11 warnings_as_errors = '--warnings_as_errors'
12 - if GetOptionFromArgv('--cpp_implementation'):
14 # Link libprotobuf.a and libprotobuf-lite.a statically with the
15 # extension. Note that those libraries have to be compiled with
16 # -fPIC for this to work.