From 46344a8589a8d33223b9727d1770adc5706408c8 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 12 Aug 2015 10:00:55 +0200 Subject: build: add more debug information (-g3) --- build/top.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/top.mk b/build/top.mk index 24f17bb..cdc04f9 100644 --- a/build/top.mk +++ b/build/top.mk @@ -18,7 +18,7 @@ OBJDIR := obj INCLUDES := $(INCLUDES) -I$(UCOO_BASE) -I$(BASE) -I$(OBJDIR) CPPFLAGS := $(DEFS) $(INCLUDES) -MP -MMD OPTIMIZE ?= -Os -CFLAGS := -g -Wall -W -Wundef -Wno-unused-parameter \ +CFLAGS := -g3 -Wall -W -Wundef -Wno-unused-parameter \ -fno-exceptions $(OPTIMIZE) CXXFLAGS := $(CFLAGS) -fno-rtti -fno-threadsafe-statics -std=gnu++11 -Wno-deprecated-declarations LDFLAGS := -- cgit v1.2.3