From 52037d4971d80f5fa198cf098a8df80324bacd79 Mon Sep 17 00:00:00 2001 From: Kevin Galinsky Date: Mon, 27 Jun 2016 11:54:13 -0400 Subject: [PATCH] DEBUG=1 removed from makefile --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 7811671..319e8dc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,3 @@ -DEBUG:=1 - CFLAGS += -I../include LDLIBS += -lgsl -lopenblas -lgfortran -lrt