diff --git a/Makefile b/Makefile index 9d5face33..8a5e3804c 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ ifeq ("$(BUILDTYPE)","debug") CXXFLAGS += -g LDFLAGS += -rdynamic - COMMON_FLAGS += -D_DEBUG + COMMON_FLAGS += -D_DEBUG -DNO_SYNC CUFLAGS += -O0 -g -use_fast_math -lineinfo $(GENCODE_FLAGS) endif