From b2669919cd26f30ddcca9251cab660779a0f5620 Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <pedro.gonnet@durham.ac.uk> Date: Sun, 10 Nov 2013 21:48:21 +0000 Subject: [PATCH] remove debugging flags. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d8b11d7..d0778f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS=gnu # Add the debug flag to the whole thing AM_CFLAGS = -g -O3 -Wall -Werror -ffast-math -fstrict-aliasing -ftree-vectorize \ -funroll-loops $(SIMD_FLAGS) $(OPENMP_CFLAGS) -DTIMERS \ - -fsanitize=address -fno-omit-frame-pointer + # -fsanitize=address -fno-omit-frame-pointer # Assign a "safe" version number AM_LDFLAGS = -version-info 0:0:0 -- GitLab