From 4afd54d8206580918199aedb309da841a6e45f92 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Wed, 9 Jul 2014 19:33:48 +0400 Subject: [PATCH] Remove JERRY_NDEBUG from DEBUG_OPTIONS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcbfdc731..575f0a46a 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ MCU_CFLAGS += -mlittle-endian -mcpu=cortex-m4 -march=armv7e-m -mthumb MCU_CFLAGS += -mfpu=fpv4-sp-d16 -mfloat-abi=hard MCU_CFLAGS += -ffunction-sections -fdata-sections -DEBUG_OPTIONS = -g3 -O0 -DJERRY_NDEBUG# -fsanitize=address +DEBUG_OPTIONS = -g3 -O0 # -fsanitize=address RELEASE_OPTIONS = -Os -Werror -DJERRY_NDEBUG DEFINES = -DMEM_HEAP_CHUNK_SIZE=256 -DMEM_HEAP_AREA_SIZE=32768 -DMEM_STATS