Skip to content

Commit

Permalink
Merge pull request apache#1087 from SkidanovAlex/debug_abort
Browse files Browse the repository at this point in the history
abort on any error in debug build
  • Loading branch information
piiswrong committed Dec 28, 2015
2 parents 2645bac + 794d75f commit df0993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS)

# CFLAGS for debug
ifeq ($(DEBUG), 1)
CFLAGS += -g -O0
CFLAGS += -g -O0 -DDMLC_LOG_FATAL_THROW=0
else
CFLAGS += -O3
endif
Expand Down

0 comments on commit df0993e

Please sign in to comment.