bug fixes, restructure, user module parsing

This commit is contained in:
2022-08-26 08:35:09 +08:00
parent 1732835692
commit 42c334af84
25 changed files with 173 additions and 51 deletions
+1
View File
@@ -18,6 +18,7 @@ info:
$(info $(OS))
$(info $(Threading))
$(info "test")
$(info $(CXX))
server.bin:
$(CXX) server/server.cpp server/io.cpp server/table.cpp $(OS_SUPPORT) $(Threading) -flto --std=c++1z -O3 -march=native -o server.bin
server.so: