Added some print info the mstpcap demo like packet count, baud rate, and interface.
This commit is contained in:
@@ -27,8 +27,9 @@ ifeq (${BACNET_PORT},win32)
|
||||
TARGET_BIN = ${TARGET}.exe
|
||||
LIBRARIES=-lws2_32,-lgcc,-lm,-liphlpapi
|
||||
endif
|
||||
DEBUGGING = -g
|
||||
OPTIMIZATION = -O0
|
||||
#DEBUGGING = -g
|
||||
#OPTIMIZATION = -O0
|
||||
OPTIMIZATION = -Os
|
||||
CFLAGS = -Wall $(DEBUGGING) $(OPTIMIZATION) $(INCLUDES) $(DEFINES) -fdata-sections -ffunction-sections
|
||||
LFLAGS = -Wl,-Map=$(TARGET).map,$(LIBRARIES),--gc-sections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user