We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1052 commit 94beb83Copy full SHA for 94beb83
Makefile
@@ -2,7 +2,8 @@
2
3
FC = gfortran
4
PREFIX = /usr/local
5
-FFLAGS = -Wall -Wno-maybe-uninitialized -fmax-errors=1 -fcheck=all
+DEBUG = #-g -O0 -Wall -fmax-errors=1 -fcheck=all
6
+FFLAGS = $(DEBUG)
7
LDFLAGS = -I$(PREFIX)/include/ -L$(PREFIX)/lib/
8
LDLIBS = -lpcre2-8
9
ARFLAGS = rcs
0 commit comments