Makefile: stop at first syntax error
This flag prevents gcc from outputting a wall of text everytime you forget a comma.
This commit is contained in:
parent
baf53b932b
commit
60e30692cb
1
Makefile
1
Makefile
@ -77,6 +77,7 @@ DATE=$(shell LC_TIME=C date -d @$(SOURCE_DATE_EPOCH) '+%B %Y')
|
||||
FC = gfortran
|
||||
LD = gfortran
|
||||
FFLAGS += -J$(OBJDIR) -I$(INCDIR) -ffree-line-length-none -fPIC -frecursive
|
||||
FFLAGS += -Wfatal-errors
|
||||
LDFLAGS += -L$(LIBDIR)
|
||||
CPPFLAGS += -DREVISION=\"$(GIT_REV)$(GIT_DIRTY)\" -DPREFIX=\"$(PREFIX)\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user