![]() With C/C++, on Windows you don't need to pass any arguments for a static library to be PIC. On UNIX platforms you need to pass -fPIC. Other languages such as D have compiler-specific PIC arguments required for PIC support in static libraries on UNIX platforms. This kwarg allows people to specify which static libraries should be built with PIC support. This is usually used for static libraries that will be linked into shared libraries. |
||
---|---|---|
.. | ||
__init__.py | ||
backends.py | ||
ninjabackend.py | ||
vs2010backend.py | ||
vs2015backend.py | ||
xcodebackend.py |