Removing unnecessary linker flags.
This commit is contained in:
parent
71606d5fbd
commit
22cd988062
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1607,7 +1607,7 @@ llama-q8dot: pocs/vdot/q8dot.cpp ggml/src/ggml.o \
|
||||||
|
|
||||||
# Define the object file target
|
# Define the object file target
|
||||||
examples/deprecation-warning/deprecation-warning.o: examples/deprecation-warning/deprecation-warning.cpp
|
examples/deprecation-warning/deprecation-warning.o: examples/deprecation-warning/deprecation-warning.cpp
|
||||||
$(CXX) $(CXXFLAGS) -c $< -o $@ $(LDFLAGS)
|
$(CXX) $(CXXFLAGS) -c $< -o $@
|
||||||
|
|
||||||
# NOTE: We currently will always build the deprecation-warning `main` and `server` binaries to help users migrate.
|
# NOTE: We currently will always build the deprecation-warning `main` and `server` binaries to help users migrate.
|
||||||
# Eventually we will want to remove these target from building all the time.
|
# Eventually we will want to remove these target from building all the time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue