From: Bart Van Assche Date: Sat, 17 Mar 2018 22:02:10 +0000 (-0700) Subject: drd/tests/Makefile.am: Use -faligned-new for C++ code if supported X-Git-Tag: VALGRIND_3_14_0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6607590ef52fd66cb8a47e0d52bc5b06c24b0add;p=thirdparty%2Fvalgrind.git drd/tests/Makefile.am: Use -faligned-new for C++ code if supported --- diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index ea058ffa94..6a9fd23fff 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -456,7 +456,8 @@ endif AM_CFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter -AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter +AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ @FLAG_FALIGNED_NEW@ \ + -Wno-inline -Wno-unused-parameter LDADD = -lpthread