From 2c171c8ddd4b79ec64a3997fe400e74f9974e968 Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Fri, 4 May 2018 12:44:35 +0100
Subject: [PATCH] Added fno-builtin-memcmp to the testSymmetry test as this was
 causing some problems with clang 4.x (Apple LLVM 9.1.x)

---
 tests/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index fb3384fa56..23497b74ea 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -51,6 +51,8 @@ testReading_SOURCES = testReading.c
 
 testSymmetry_SOURCES = testSymmetry.c
 
+testSymmetry_CFLAGS = $(AM_CFLAGS) -fno-builtin-memcmp
+
 testTimeIntegration_SOURCES = testTimeIntegration.c
 
 testSPHStep_SOURCES = testSPHStep.c
-- 
GitLab