Skip to content

Commit 94beb83

Browse files
committed
Updated Makefile.
1 parent 82d1052 commit 94beb83

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
@@ -2,7 +2,8 @@
22

33
FC = gfortran
44
PREFIX = /usr/local
5-
FFLAGS = -Wall -Wno-maybe-uninitialized -fmax-errors=1 -fcheck=all
5+
DEBUG = #-g -O0 -Wall -fmax-errors=1 -fcheck=all
6+
FFLAGS = $(DEBUG)
67
LDFLAGS = -I$(PREFIX)/include/ -L$(PREFIX)/lib/
78
LDLIBS = -lpcre2-8
89
ARFLAGS = rcs

0 commit comments

Comments
 (0)