From 3b9ab24a029246dadb0840fecb64e705d161e89d Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Tue, 10 Mar 2015 12:39:47 +0000
Subject: [PATCH] Strip out compiler specific parts, gnu strictness only
 applies to top-level

These belong in configure.ac and top-level Makefile.am


Former-commit-id: 5a1d813e9537eb32cf6d7f86d8ebf0113add9ca8
---
 src/Makefile.am | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 01591fa8da..8c6b3c3351 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,16 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Automake stuff
-AUTOMAKE_OPTIONS=gnu
-
 # Add the debug flag to the whole thing
-AM_CFLAGS = -g -O3 -std=gnu99 -Wall -Werror -ffast-math -fstrict-aliasing \
-    -ftree-vectorize -funroll-loops $(SIMD_FLAGS) $(OPENMP_CFLAGS) \
-    -DTIMER -DCOUNTER -DCPU_TPS=2.30e9 \
-    # -fsanitize=address -fno-omit-frame-pointer
-# AM_CFLAGS = -Wall -Werror $(OPENMP_CFLAGS) \
-#     -DTIMER -DCOUNTER -DCPU_TPS=2.67e9
+AM_CFLAGS = -DTIMER -DCOUNTER -DCPU_TPS=2.30e9
 
 # Assign a "safe" version number
 AM_LDFLAGS = $(LAPACK_LIBS) $(BLAS_LIBS) $(HDF5_LDFLAGS) -version-info 0:0:0 # -fsanitize=address
-- 
GitLab