From a1edc8320b6fc219c03ee9433b630310bbdbd91c Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 8 Mar 2019 12:08:54 -0600 Subject: remove -fsanitize=address from Makefile --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 7a78f14..5a491c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') -CFLAGS=-fsanitize=address -fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES -LDLIBS=-fsanitize=address -fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ +CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES +LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks -- cgit