fixed poll bug when exiting with ctrl+C

This commit is contained in:
bettercallous
2024-04-23 18:11:02 +01:00
parent a21770516b
commit 4881feb89b
4 changed files with 12 additions and 6 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)