diff --git a/Makefile b/Makefile index 8366e66c1..a2f12db18 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MPI?=1 VALGRIND?=1 -DEBUG?=1 +DEBUG?=0 UNDERSCORE?=1 CC?=mpicc FC?=mpif77 @@ -76,7 +76,7 @@ lib: $(SRCOBJS) .PHONY: check check: ifeq ($(GSLIBPATH),) - $(error Specify GSLIBPATH=) + $(error Specify GSLIBPATH=/build) endif $(COBJS): %.o: %.c