diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-05 17:28:46 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-05 17:28:46 +0200 |
commit | 6bdce1b14fc07f672f80e7a4baa9df164b0041c1 (patch) | |
tree | 144509c21e61fe305949b9b38a28debb380ed31d /Makefile | |
parent | 53f9ac7e35f9473d56f520f465a9a1604c92e918 (diff) | |
download | libnitrokey-6bdce1b14fc07f672f80e7a4baa9df164b0041c1.tar.gz libnitrokey-6bdce1b14fc07f672f80e7a4baa9df164b0041c1.tar.bz2 |
Revert "DEBUG add debug symbols to binary"
This reverts commit c6ee3c7e8de73c80928b8ab22539a8129886c154.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |