From: Paul Floyd Date: Fri, 6 Dec 2024 20:24:50 +0000 (+0100) Subject: regtest: fix a warning building none/tests/nestedfns on some platforms X-Git-Tag: VALGRIND_3_25_0~205 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5552fe28b8d89ed5a92cc736fa00d7e336a3f2c;p=thirdparty%2Fvalgrind.git regtest: fix a warning building none/tests/nestedfns on some platforms --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 53a6e1f6b..fa0128d3a 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.