mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Removed unnecessary -I tag from makefile
This commit is contained in:
2
makefile
2
makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user