Skip to content

Commit ca3d97c

Browse files
committed
Updated Makefile.
1 parent 06de506 commit ca3d97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
FC = gfortran
44
AR = ar
55
PREFIX = /usr
6-
FFLAGS =
6+
DEBUG = #-Wall -g -O0 -fmax-errors=1
7+
FFLAGS = $(DEBUG)
78
LDLAGS = -I$(PREFIX)/include/ -L$(PREFIX)/lib/
89
LDLIBS = -lz
910
ARFLAGS = rcs

0 commit comments

Comments
 (0)