We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b8bd3 commit 7f8f66dCopy full SHA for 7f8f66d
1 file changed
Makefile
@@ -13,7 +13,7 @@ CUDA_LIB = $(CUDA_HOME)/lib64
13
CUDA_HEADER = $(CUDA_HOME)/include
14
CC = $(CUDA_HOME)/bin/nvcc --ptxas-options=-v --compiler-options -Wall #-save-temps
15
CHOSTFLAGS = #-fopenmp
16
-CFLAGS = -g -O0 -std=c++11 -Xcompiler '-std=c++11' -Xcompiler '-fopenmp' #-L$(CUTT_DIR) -l:libcutt.a
+CFLAGS = -g -O3 -std=c++11 -Xcompiler '-std=c++11' -Xcompiler '-fopenmp' #-L$(CUTT_DIR) -l:libcutt.a
17
endif
18
19
CUDA_FLAGS = -lcufft
0 commit comments