Skip to content

Commit 7f8f66d

Browse files
authored
Return optimisation level to 3 when using Makefile
1 parent 18b8bd3 commit 7f8f66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CUDA_LIB = $(CUDA_HOME)/lib64
1313
CUDA_HEADER = $(CUDA_HOME)/include
1414
CC = $(CUDA_HOME)/bin/nvcc --ptxas-options=-v --compiler-options -Wall #-save-temps
1515
CHOSTFLAGS = #-fopenmp
16-
CFLAGS = -g -O0 -std=c++11 -Xcompiler '-std=c++11' -Xcompiler '-fopenmp' #-L$(CUTT_DIR) -l:libcutt.a
16+
CFLAGS = -g -O3 -std=c++11 -Xcompiler '-std=c++11' -Xcompiler '-fopenmp' #-L$(CUTT_DIR) -l:libcutt.a
1717
endif
1818

1919
CUDA_FLAGS = -lcufft

0 commit comments

Comments
 (0)