Skip to content

Commit 06bf2cf

Browse files
authored
make : fix debug build with CUDA (ggml-org#5616)
1 parent 4ed8e4f commit 06bf2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ ifdef LLAMA_DEBUG
173173
MK_LDFLAGS += -g
174174

175175
ifeq ($(UNAME_S),Linux)
176-
MK_CXXFLAGS += -Wp,-D_GLIBCXX_ASSERTIONS
176+
MK_CPPFLAGS += -D_GLIBCXX_ASSERTIONS
177177
endif
178178
else
179179
MK_CPPFLAGS += -DNDEBUG

0 commit comments

Comments
 (0)