summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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