diff --git a/makefile b/makefile index c000eddd8c..ec8267caec 100644 --- a/makefile +++ b/makefile @@ -105,7 +105,7 @@ ifeq ($(platform),windows) endif ifeq ($(mode),debug) - cflags += -O0 -g3 + cflags += -O0 -g3 -DNDEBUG endif ifeq ($(mode),stress) cflags += -O0 -g3 -DVM_STRESS