Removed unnecessary -I tag from makefile

This commit is contained in:
Martin Opat 2024-12-30 10:51:34 +01:00
parent 8dca8938ac
commit 41cb852a29
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Compiler and flags # Compiler and flags
NVCC = nvcc NVCC = nvcc
CXXFLAGS = -I./src -I./hurricanedata -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs) -g -G CXXFLAGS = -I./src -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs) -g -G
COMPILE_OBJ_FLAGS = --device-c COMPILE_OBJ_FLAGS = --device-c
# Directories # Directories