diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 05:42:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-09 05:42:28 (GMT) |
commit | 8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba (patch) | |
tree | 3a31e603455f4417f73ae54ed06cdfaca163f1d7 /Misc/NEWS | |
parent | 48e14d3fdac9902429dc5312252073389a538a17 (diff) | |
download | cpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.zip cpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.tar.gz cpython-8ffaa1049c8e3e18b7615f4eecc9dfd71495f3ba.tar.bz2 |
The option is actually --no-as-needed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ Library Build ----- -- Issue #11347: Use --as-needed when linking libpython3.so. +- Issue #11347: Use --no-as-needed when linking libpython3.so. - Issue #11411: Fix 'make DESTDIR=' with a relative destination. |