created and set up server socket

This commit is contained in:
bettercallous
2024-04-08 11:42:37 +00:00
parent 614f631723
commit 45567b98b9
3 changed files with 52 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ OBJ = ${SRC:.cpp=.o}
CXX = c++
CXXFLAGS = -std=c++98 -fsanitize=address -g3#-Wall -Wextra -Werror
CXXFLAGS = -std=c++98 -fsanitize=address -g3 #-Wall -Wextra -Werror
all : $(NAME)