Skip to content

Commit

Permalink
LINK=CPLUSPLUS by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Dec 12, 2023
1 parent 4ec6b6b commit 8a46fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ FLAGS+=-UHAVE_MPI_CPP
else
CC=gcc
CPLUSPLUS=g++
LINK=g++
LINK=$(CPLUSPLUS)
CPP=g++ -E
endif

Expand Down

0 comments on commit 8a46fab

Please sign in to comment.