diff --git a/makefile b/makefile index be9c702..90d9c3c 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # Compiler and flags 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 # Directories