new class Server

This commit is contained in:
Talyx
2021-12-20 00:25:31 +03:00
parent eb749f6528
commit 61ed01b849
7 changed files with 196 additions and 96 deletions

View File

@@ -5,7 +5,7 @@ CXX = clang++
SANFLAGS = -fsanitize=address
# SANFLAGS = -fsanitize=leak
CXXFLAGS = -Wall -Wextra -Werror -g -std=c++98 $(SANFLAGS)
CXXFLAGS = -Wall -Wextra -Werror -g -std=c++98 $(SANFLAGS)
SRC = $(wildcard ./src/*.cpp)