Skip to content

Commit

Permalink
Added NDEBUG to Linux Release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Kamenev committed Dec 3, 2015
1 parent d4d3379 commit 93a0872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ ifeq ("$(BUILDTYPE)","release")
endif
CXXFLAGS += -O4
CPPFLAGS += -DNDEBUG
CUFLAGS += -O3 -use_fast_math -lineinfo $(GENCODE_FLAGS)
endif
Expand Down

0 comments on commit 93a0872

Please sign in to comment.