Skip to content

Commit

Permalink
Add output of LDFLAGS, CXXFLAGS, FCFLAGS, and CFLAGS environment
Browse files Browse the repository at this point in the history
variables into the "info". Should help debug Spack issues.
  • Loading branch information
theurich committed Apr 21, 2023
1 parent b671ed3 commit 70c77a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,12 @@ endif
-@echo " "
-@echo "--------------------------------------------------------------"
-@echo " * Other relevant environment variables *"
-@echo "PATH: $(PATH)"
-@echo "PATH: $(PATH)"
-@echo "LD_LIBRARY_PATH: $(LD_LIBRARY_PATH)"
-@echo "LDFLAGS: $(LDFLAGS)"
-@echo "CXXFLAGS: $(CXXFLAGS)"
-@echo "FCFLAGS: $(FCFLAGS)"
-@echo "CFLAGS: $(CFLAGS)"
-@echo " "

#
Expand Down

0 comments on commit 70c77a4

Please sign in to comment.