diff options
Diffstat (limited to 'code/ecp/Makefile.posix')
-rw-r--r-- | code/ecp/Makefile.posix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/ecp/Makefile.posix b/code/ecp/Makefile.posix index 2680875..c83e050 100644 --- a/code/ecp/Makefile.posix +++ b/code/ecp/Makefile.posix @@ -1,6 +1,7 @@ +platform=posix + htable=htable vconn=vconn -platform=posix obj_rbuf=rbuf.o rbuf_send.o rbuf_recv.o msgq.o CFLAGS_PL=-O3 |