Skip to content

Commit

Permalink
Verbose CCFLAGS and CXXFLAGS where override
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 27, 2024
1 parent 2d4df32 commit b60af43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.flags
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ifeq ($(CCFLAGS),)
CCFLAGS += -DCOMPILER_VERSION=$(COMPILER_VERSION)
else

$(warning CCFLAGS: info: You have replaced default compilation flags by your own flags)
$(warning CCFLAGS: info: You have replaced default compilation flags by your own flags $(CCFLAGS))
endif

ifeq ($(CXXFLAGS),)
Expand Down Expand Up @@ -124,7 +124,7 @@ ifeq ($(CXXFLAGS),)
CXXFLAGS += -DCOMPILER_VERSION=$(COMPILER_VERSION)
else

$(warning CXXFLAGS: info: You have replaced default compilation flags by your own flags)
$(warning CXXFLAGS: info: You have replaced default compilation flags by your own flags $(CXXFLAGS))
endif

# Creating shared libraries from static ones
Expand Down

0 comments on commit b60af43

Please sign in to comment.