mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
4
Makefile
4
Makefile
@ -9,6 +9,10 @@ CFLAGS = -Wall -g
|
||||
LDFLAGS = -g
|
||||
LDLIBS =
|
||||
|
||||
## Increase this to use larger input (e.g. copy-paste) buffer
|
||||
TTY_Q_SZ = 1024
|
||||
CPPFLAGS += -DTTY_Q_SZ=$(TTY_Q_SZ)
|
||||
|
||||
## Comment this out to disable high-baudrate support
|
||||
CPPFLAGS += -DHIGH_BAUD
|
||||
|
||||
|
Reference in New Issue
Block a user