From: Paul Floyd Date: Sat, 21 Dec 2024 16:18:35 +0000 (+0100) Subject: regtest: turn off exec stack warning X-Git-Tag: VALGRIND_3_25_0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0446f4ec3d11f8be373ef36edbec9818e1e1f4d4;p=thirdparty%2Fvalgrind.git regtest: turn off exec stack warning Rather than turning off exec stack. --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index fa0128d3a..76825b947 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.