From cab382db088d9f240253466a1c5a26c62f3967c8 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 8 Feb 2025 22:13:52 +0300 Subject: Implemented multiplexing in main thread (TCP loop). Removed CMake files. TODO: Implement multiplexing in worker threads (UDP loops), implement channel_pool interface. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3239c69..8cb3989 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Can be found in `doc/`. For now, only protocols are somewhat documented along with all object files. If you want to customize your build destination, run `make BLDDIR=mybuild` or customize the variable inside the makefile directly -To build in debug mode, `make DEBUG=On`. Note that while in development, +To build in debug mode, `make DEBUG=1`. Note that while in development, `DEBUG` is already defined in makefile, so for now if you want a build without -debug information, please remove `DEBUG = On` line from the Makefile +debug information, please remove `DEBUG = 1` from makefile or run `make DEBUG=0` Note: I have CMakeLists.txt for now, but they are not maintained and I will remove them in next few commits -- cgit v1.2.3-70-g09d2