Added NDEBUG to Linux Release build.
This commit is contained in:
Родитель
74999d4fc6
Коммит
486d72afb7
1
Makefile
1
Makefile
|
@ -171,6 +171,7 @@ ifeq ("$(BUILDTYPE)","release")
|
|||
endif
|
||||
|
||||
CXXFLAGS += -O4
|
||||
CPPFLAGS += -DNDEBUG
|
||||
CUFLAGS += -O3 -use_fast_math -lineinfo $(GENCODE_FLAGS)
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче