aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-05 17:28:46 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-05 17:28:46 +0200
commit6bdce1b14fc07f672f80e7a4baa9df164b0041c1 (patch)
tree144509c21e61fe305949b9b38a28debb380ed31d
parent53f9ac7e35f9473d56f520f465a9a1604c92e918 (diff)
downloadlibnitrokey-6bdce1b14fc07f672f80e7a4baa9df164b0041c1.tar.gz
libnitrokey-6bdce1b14fc07f672f80e7a4baa9df164b0041c1.tar.bz2
Revert "DEBUG add debug symbols to binary"
This reverts commit c6ee3c7e8de73c80928b8ab22539a8129886c154.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)