Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 81df14c

Browse files
committed
Updated makefile
1 parent 21b11b3 commit 81df14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
CC=nvcc
22

33
ifeq ($(RELEASE), TRUE)
4-
CFLAGS=-O3 -std=c++17 -I./Include
4+
CFLAGS=-O3 -std=c++17
55
else
66
ifeq ($(OS), Windows_NT)
7-
CFLAGS=-g -G -std=c++17 -I./Include -DDEBUG
7+
CFLAGS=-g -G -std=c++17 -DDEBUG
88
else
9-
CFLAGS=-g -G -std=c++17 -Xcompiler -Wall -Xcompiler -Wextra -I./Include -DDEBUG
9+
CFLAGS=-g -G -std=c++17 -Xcompiler -Wall -Xcompiler -Wextra -DDEBUG
1010
endif
1111
endif
1212

0 commit comments

Comments
 (0)