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