Skip to content

Combine all our libraries into one big .a

Nick Mathewson requested to merge nickm/tor:combined_libs into master

This branch seems to work on gitlab and github CI. It makes one big .a library and then links Tor against it.

There's a separate -testing.a library that I've hidden in src/test/, under the theory that people won't find it there by mistake.

Edited by Nick Mathewson

Merge request reports