]> git.ipfire.org Git - thirdparty/valgrind.git/commit
macOS: Don't duplicate -fno-stack-protector
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 2 Feb 2019 23:22:16 +0000 (18:22 -0500)
committerRhys Kidd <rhyskidd@gmail.com>
Mon, 11 Mar 2019 11:49:37 +0000 (22:49 +1100)
commit3cd099ab5f2571f06102f0f007df91a17106e06d
tree8616744e4351ce62e2a5fd9f30787009de2fffa6
parent71cf18c1200b5bbc6796f016165f790e8e85d88e
macOS: Don't duplicate -fno-stack-protector

Since f38d96d -fno-stack-protector has been added to $(AM_CFLAGS_BASE) on all
platforms, if the compiler supports it. Accordingly, there's no need to still add
this a second time specifically for macOS.

Fixes: f38d96d ("Add -Wformat -Wformat-security to the list of compile flags.")
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Makefile.all.am