blob: 2822792037592fdcf8329f26928165ec4cd5f7be (
plain)
1
2
3
4
5
6
7
8
9
|
platform=posix
htable=htable
vconn=vconn
obj_rbuf=rbuf.o rbuf_send.o rbuf_recv.o msgq.o
CFLAGS_PL=-O3 -DECP_WITH_PTHREAD=1 -DECP_WITH_HTABLE=1 -DECP_WITH_RBUF=1 -DECP_WITH_MSGQ=1 -DECP_WITH_VCONN=1 -DECP_DEBUG=1
LDFLAGS_PL=-lm -pthread
|