commit | 02b05e183998943dd5a19ba783b8793e2ab9ab44 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Sep 05 08:00:00 2021 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Sep 09 08:00:00 2021 +0000 |
tree | 8a015d1ecc47259e9f8150d0e7fc4db6b5908875 | |
parent | 5ce85e424907d82797f5efe59a8416ec537ebd9e [diff] |
src: add -Wno-error=stack-usage= to AM_LDFLAGS While -Wstack-usage= is already excluded from AM_CFLAGS for various tools in src using *_no_Wstack_usage variables, this obviously does not help when LTO is enabled, so add -Wno-error=stack-usage= to AM_LDFLAGS for linking tools in src. References: https://sourceware.org/bugzilla/show_bug.cgi?id=24498 Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>