Skip to content

Commit

Permalink
disable DEBUG by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeke committed Jan 25, 2019
1 parent eaf7f7b commit 0cb4f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MPI?=1
VALGRIND?=1
DEBUG?=1
DEBUG?=0
UNDERSCORE?=1
CC?=mpicc
FC?=mpif77
Expand Down Expand Up @@ -76,7 +76,7 @@ lib: $(SRCOBJS)
.PHONY: check
check:
ifeq ($(GSLIBPATH),)
$(error Specify GSLIBPATH=<path to gslib>)
$(error Specify GSLIBPATH=<path to gslib>/build)
endif

$(COBJS): %.o: %.c
Expand Down

0 comments on commit 0cb4f0b

Please sign in to comment.