Skip to content
Snippets Groups Projects
Commit 9d1e63ec authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Option more general

parent 4852b887
No related branches found
No related tags found
No related merge requests found
Pipeline #3983 failed
......@@ -42,7 +42,7 @@ OBJ = main.o
miniBUDE:
%.o: %.cu
$(CUDA_CC) -Ofast -ffast-math $(CUDA_OPTIONS) $(OPT) -c --std=c++14 -o $@ $< $(INCLUDE_PATH_NVCC)
$(CUDA_CC) -O3 -ffast-math $(CUDA_OPTIONS) $(OPT) -c --std=c++14 -o $@ $< $(INCLUDE_PATH_NVCC)
%.o: %.cpp
$(CC) -O3 $(OPT) -g -c --std=c++14 -o $@ $< $(INCLUDE_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment