From 6d6e0f01dedb12a26306b18ed44ff9be05d19266 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 30 Jul 2013 19:31:27 -0700 Subject: Taking advantage of the new debugging facilities, and updating Balau. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2a0bda..5041205 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ include Balau/common.mk ifeq ($(DEBUG),) -CPPFLAGS += -g -O3 -DNDEBUG -LDFLAGS += -g +CPPFLAGS += -g3 -gdwarf-2 -O3 -DNDEBUG +LDFLAGS += -g3 -gdwarf-2 else -CPPFLAGS += -g -DDEBUG -LDFLAGS += -g +CPPFLAGS += -g3 -gdwarf-2 -DDEBUG +LDFLAGS += -g3 -gdwarf-2 endif INCLUDES = includes Balau/includes Balau/libcoro Balau/libeio Balau/libev Balau/LuaJIT/src Dalos-modules/includes -- cgit v1.2.3