diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 15:01:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 15:01:17 +0000 |
commit | f287f869ae4a5d9eed44def648d69e70e65c7b14 (patch) | |
tree | 3106d6678b603f211577d1e3865e2a987f9eaf07 /doc | |
parent | 3d9f4c786ee1bce0ded8871f405b11e7eb62df13 (diff) | |
download | execline-f287f869ae4a5d9eed44def648d69e70e65c7b14.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 80c5dea..62a2fc8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,9 @@ <ul> <li> skalibs dependency bumped to 2.8.0.0 </li> <li> New command: <a href="envfile.html">envfile</a>. </li> + <li> Everything now builds as PIC by default no matter +the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure +option to build executables and static libraries as non-PIC. </li> </ul> <h2> in 2.5.0.1 </h2> |