This commit is contained in:
2022-03-25 22:46:19 +08:00
parent 2bd7fdac52
commit 3d01d60374
49 changed files with 3315 additions and 162 deletions
+5 -2
View File
@@ -1,3 +1,6 @@
debug:
g++ -g3 -O0 server/server.cpp server/table.cpp -o a.out -Wall -Wextra -Wpedantic
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