Skip to content

Commit

Permalink
Use CXX and CXXFLAGS for ggml-mpi compilation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AutonomicPerfectionist committed Mar 15, 2024
1 parent 4692644 commit e8a6156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ endif # LLAMA_METAL

ifdef LLAMA_MPI
ggml-mpi.o: ggml-mpi.cpp ggml-mpi.h
$(CC) $(CFLAGS) -c $< -o $@
$(CXX) $(CXXFLAGS) -c $< -o $@
endif # LLAMA_MPI

GF_CC := $(CC)
Expand Down

0 comments on commit e8a6156

Please sign in to comment.