Tagged Questions

3
votes
6answers
363 views

Are there good tips or tools for removing third party C and C++ libraries from a codebase? (OS X or Linux)

I am in the process of reducing and quarantining my usage of some libraries. Many existing programs I've written use these libraries directly. I would like the compiler (GCC and/or Clang in this case) ...