get_flags.mk -> get-flags.mk
This commit is contained in:
parent
cacac25195
commit
d870a9fd2c
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -472,7 +472,7 @@ ggml-mpi.o: ggml-mpi.c ggml-mpi.h
|
|||
endif # LLAMA_MPI
|
||||
|
||||
GF_CC := $(CC)
|
||||
include scripts/get_flags.mk
|
||||
include scripts/get-flags.mk
|
||||
|
||||
# combine build flags with cmdline overrides
|
||||
override CFLAGS := $(MK_CPPFLAGS) $(CPPFLAGS) $(MK_CFLAGS) $(GF_CFLAGS) $(CFLAGS)
|
||||
|
@ -484,7 +484,7 @@ override LDFLAGS := $(MK_LDFLAGS) $(LDFLAGS)
|
|||
# identify CUDA host compiler
|
||||
ifdef LLAMA_CUBLAS
|
||||
GF_CC := $(NVCC) $(NVCCFLAGS) 2>/dev/null .c -Xcompiler
|
||||
include scripts/get_flags.mk
|
||||
include scripts/get-flags.mk
|
||||
CUDA_CXXFLAGS := $(GF_CXXFLAGS)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue