This commit is contained in:
2022-06-09 15:34:25 +08:00
commit e55831ab5c
68 changed files with 14004 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
debug:
g++ -g3 -O0 server/server.cpp server/table.cpp -o a.out -Wall -Wextra -Wpedantic -lpthread
test:
g++ --std=c++1z -g3 -O0 server.cpp table.cpp -o a.out -Wall -Wextra -Wpedantic -lpthread