From: Paul F. <pa...@so...> - 2024-12-21 16:21:18
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=0446f4ec3d11f8be373ef36edbec9818e1e1f4d4 commit 0446f4ec3d11f8be373ef36edbec9818e1e1f4d4 Author: Paul Floyd <pj...@wa...> Date: Sat Dec 21 17:18:35 2024 +0100 regtest: turn off exec stack warning Rather than turning off exec stack. Diff: --- none/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index fa0128d3a8..76825b9478 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -335,7 +335,7 @@ endif if HAVE_NESTED_FUNCTIONS check_PROGRAMS += nestedfns - nestedfns_LDFLAGS = -Wl,-z,noexecstack + nestedfns_LDFLAGS = -Wl,--no-warn-execstack endif # This doesn't appear to be compilable on Darwin. |