Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlexborisov <lex.borisov@gmail.com>2016-10-23 16:09:32 +0300
committerlexborisov <lex.borisov@gmail.com>2016-10-23 16:09:32 +0300
commitca51a60b2ad8e2b8d0d19e89cfabb5dd5491aa09 (patch)
treefae35212988a3a082fe369eb499ef0f81cbd3ad2 /Makefile
parent221b3ae461432b7a0b799df9da60f2c2b3d70ba2 (diff)
We put in order CSS properties. Fixed memory collision bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ce933a..88893fa 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ MODEST_OPTIMIZATION_LEVEL ?= -O2
CFLAGS ?= -Wall -Werror
CFLAGS += $(MODEST_OPTIMIZATION_LEVEL) -fPIC --std=c99 -I$(SRCDIR)
+ifdef MODEST_BUILD_DEBUG
+ CFLAGS += -g
+endif
+
MODEST_BUILD_WITHOUT_THREADS ?= NO
ifeq ($(MODEST_BUILD_WITHOUT_THREADS),YES)
$(info Build without POSIX Threads)