From 6bdce1b14fc07f672f80e7a4baa9df164b0041c1 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 17:28:46 +0200 Subject: Revert "DEBUG add debug symbols to binary" This reverts commit c6ee3c7e8de73c80928b8ab22539a8129886c154. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3b342d..cf0cf0c 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 -ggdb -g3 +CXXFLAGS = -std=c++14 -fPIC -Wno-gnu-variable-sized-type-not-at-end SOFLAGS = -shared CXXSOURCES = $(wildcard *.cc) -- cgit v1.2.1