]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Pass through all warning flags to the linker.
authorElizabeth Figura <zfigura@codeweavers.com>
Mon, 25 Aug 2025 23:10:18 +0000 (18:10 -0500)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 6 Sep 2025 11:25:43 +0000 (14:25 +0300)
commit69736cd828b76da6ad8257e96dd44bc0659b487d
treecca9c59a86fb8853749cd6ed03060bfc15350b2e
parent19c0fcc0d11ef47d911c81c6040df6ef5fe9b8c4
ltmain.in: Pass through all warning flags to the linker.

When link-time optimization (LTO) is used, some warnings are reported
while linking, and the flags must be passed to the linker to enable or
disable them.

-W* also catches -Wl,* and -Wa,*, but the former is already accounted
for in an earlier switch case, and the latter is already passed through.

* build-aux/ltmain.in: Pass through all warning flags to the linker.
build-aux/ltmain.in