Compile in DEBUG mode for now
Note to self: Modify makefile to output two libs, one debug, one release
This commit is contained in:
parent
8548dcaeb2
commit
fb938637cc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ OBJS=$(SRCS:%.c=%.o)
|
|||
|
||||
TARGET=libmqtt.a
|
||||
|
||||
PLATFORM_FLAGS=-DMAX_BUFFER_SIZE=256
|
||||
PLATFORM_FLAGS=-DMAX_BUFFER_SIZE=256 -DDEBUG=1
|
||||
|
||||
AR=ar
|
||||
CC=clang
|
||||
|
|
Loading…
Reference in a new issue