diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-05 15:58:45 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-08 01:02:13 +0530 |
commit | ee8b3b12a067c52efcfb7c05c638023fbe0495c8 (patch) | |
tree | 85deebaf86566e3ba393611c194af70a5188189d /run_project_tests.py | |
parent | 71eddecdc7e82b16c5e454137d641f2a5f7c9c94 (diff) | |
download | meson-ee8b3b12a067c52efcfb7c05c638023fbe0495c8.zip meson-ee8b3b12a067c52efcfb7c05c638023fbe0495c8.tar.gz meson-ee8b3b12a067c52efcfb7c05c638023fbe0495c8.tar.bz2 |
Add cross-platform PIC support for static libraries
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.
Diffstat (limited to 'run_project_tests.py')
0 files changed, 0 insertions, 0 deletions