Added NDEBUG to Linux Release build.

This commit is contained in:
Alexey Kamenev 2015-12-03 11:20:50 -08:00
Родитель ab0d0df654
Коммит 1f66a70bd0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -163,6 +163,7 @@ ifeq ("$(BUILDTYPE)","release")
endif
CXXFLAGS += -O4
CPPFLAGS += -DNDEBUG
CUFLAGS += -O3 -use_fast_math -lineinfo $(GENCODE_FLAGS)
endif