Per Amit's suggestion, add NO_SYNC to debug build as well. Now it is consistent
with Windows build.
This commit is contained in:
Родитель
8bb5aa89e2
Коммит
7ce997c726
2
Makefile
2
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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче