projects
/
visomat-utils.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
visomat-data-downloader: add some debug facilities
[visomat-utils.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index
c39f955
..
4ac4019
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-32,6
+32,10
@@
ifneq ($(CC),clang)
CFLAGS += -Wunsafe-loop-optimizations -Wunused-but-set-variable
endif
+ifeq ($(DEBUG),1)
+ CFLAGS += -DDEBUG
+endif
+
CFLAGS += $(shell pkg-config --cflags libusb-1.0)
LDLIBS := $(shell pkg-config --libs libusb-1.0)