We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d779a commit 0187bbfCopy full SHA for 0187bbf
Makefile
@@ -46,9 +46,9 @@ endif
46
LFLAGS = -lpthread -L$(CUDA)/lib64 -lcudart
47
else
48
ifdef debug
49
-CXXFLAGS = -m64 -mssse3 -Wno-write-strings -g -I. -I$(CUDA)/include
+CXXFLAGS = -m64 -mssse3 -Wno-write-strings -fno-strict-aliasing -g -I. -I$(CUDA)/include
50
51
-CXXFLAGS = -m64 -mssse3 -Wno-write-strings -O2 -I. -I$(CUDA)/include
+CXXFLAGS = -m64 -mssse3 -Wno-write-strings -fno-strict-aliasing -O2 -I. -I$(CUDA)/include
52
endif
53
LFLAGS = -lpthread
54
0 commit comments