Skip to content

Commit

Permalink
Option to add extra CPPFLAGS from command line (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Jun 3, 2020
1 parent 1841a87 commit c69e440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/GNUMake/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ CXXFLAGS += $(XTRA_CXXFLAGS)
CFLAGS += $(XTRA_CFLAGS)
FFLAGS += $(XTRA_FFLAGS)
F90FLAGS += $(XTRA_F90FLAGS)
CPPFLAGS += $(XTRA_CPPFLAGS)

ifeq ($(MAKECMDGOALS),check_fortran)
ifneq ($(lowercase_comp),gnu)
Expand Down

0 comments on commit c69e440

Please sign in to comment.