fix make flags propagation

This commit is contained in:
Henri Vasserman 2023-06-12 18:34:12 +03:00
parent b91200a2e5
commit 1510337901
No known key found for this signature in database
GPG key ID: 2995FC0F58B1A986

View file

@ -4,7 +4,7 @@ BUILD_TARGETS = main quantize quantize-stats perplexity embedding vdot
ifdef LLAMA_BUILD_SERVER
BUILD_TARGETS += server
LLAMA_SERVER_VERBOSE ?= 1
server: CXXFLAGS += -DSERVER_VERBOSE=$(LLAMA_SERVER_VERBOSE)
server: private CXXFLAGS += -DSERVER_VERBOSE=$(LLAMA_SERVER_VERBOSE)
endif
default: $(BUILD_TARGETS)