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. --- Balau | 2 +- Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Balau b/Balau index 8bb55a2..a5e99a1 160000 --- a/Balau +++ b/Balau @@ -1 +1 @@ -Subproject commit 8bb55a25830c3f7d2c67c8571786b6806fb8f515 +Subproject commit a5e99a1f0106e6cfc4f3d384e76af393b91c2c08 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