From: Paul F. <pa...@so...> - 2024-12-06 20:25:47
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c5552fe28b8d89ed5a92cc736fa00d7e336a3f2c commit c5552fe28b8d89ed5a92cc736fa00d7e336a3f2c Author: Paul Floyd <pj...@wa...> Date: Fri Dec 6 21:24:50 2024 +0100 regtest: fix a warning building none/tests/nestedfns on some platforms Diff: --- none/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 53a6e1f6bc..fa0128d3a8 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -335,6 +335,7 @@ endif if HAVE_NESTED_FUNCTIONS check_PROGRAMS += nestedfns + nestedfns_LDFLAGS = -Wl,-z,noexecstack endif # This doesn't appear to be compilable on Darwin. |