1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2016-12-15 16:58:24 +02:00
parent 9eb9a9ecf4
commit 196d36aa05

View File

@ -36,7 +36,8 @@ CPPFLAGS += -DHISTFILE=\"$(HISTFILE)\" \
OBJS += linenoise-1.0/linenoise.o
linenoise-1.0/linenoise.o : linenoise-1.0/linenoise.c linenoise-1.0/linenoise.h
## Comment this in to enable custom baudrate support for Linux (kernels > 2.6), OSX (Tiger and above)
## Comment this in to enable custom baudrate support.
## Works with: Linux (kernels > 2.6), OSX (Tiger and above)
#CPPFLAGS += -DUSE_CUSTOM_BAUD
## Comment this IN to remove help strings (saves ~ 4-6 Kb).