Debugging and improvements

This commit is contained in:
Loic Guegan 2023-08-10 14:21:39 +02:00
parent d489fa8d6d
commit ce5597547c
4 changed files with 21 additions and 9 deletions

View file

@ -6,7 +6,8 @@ CFLAGS=
MACROS=\
-DZMQ_TOKEN=\"$(ZMQ_TOKEN)\" \
-DZMQ_MSG_SIZE=$(ZMQ_MSG_SIZE) \
-DLOG_DELAY=$(LOG_DELAY)
-DLOG_DELAY=$(LOG_DELAY) \
-DMAX_QUEUE=$(MAX_QUEUE)
all: publisher subscriber