From c6ee3c7e8de73c80928b8ab22539a8129886c154 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 09:48:01 +0200 Subject: DEBUG add debug symbols to binary Signed-off-by: Szczepan Zalega --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf0cf0c..f3b342d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ INCLUDE = -Iinclude/ LIB = -lhidapi-libusb BUILD = build -CXXFLAGS = -std=c++14 -fPIC -Wno-gnu-variable-sized-type-not-at-end +CXXFLAGS = -std=c++14 -fPIC -Wno-gnu-variable-sized-type-not-at-end -ggdb -g3 SOFLAGS = -shared CXXSOURCES = $(wildcard *.cc) -- cgit v1.2.1