From 5cad42948a109be91e2d8431a53c85348b389f4d Mon Sep 17 00:00:00 2001 From: freelw <“freelw81@qq.com“> Date: Tue, 17 Jun 2025 10:54:19 +0800 Subject: [PATCH] update --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index aa15357..8c5bbd5 100644 --- a/makefile +++ b/makefile @@ -61,7 +61,7 @@ else NVCC_CFLAGS += -DMETAL_GPU -std=c++17 LDFLAGS += $(FRAMEWORKS) else - NVCC_CFLAGS += -DCUDA_GPU -G + NVCC_CFLAGS += -DCUDA_GPU -G -std=c++17 endif endif