From 0e3d0d8d2c2bb2ae65326f50a51bd139c210f479 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 13 Dec 2018 16:43:59 -0600 Subject: add -fdiagnostics-color to Makefile --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 2c54ac7..4a366d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') -CFLAGS=-O2 -Wall -g -DSWAP_BYTES -LDLIBS=-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