Added session manager.

This commit is contained in:
2022-09-09 22:15:55 +08:00
parent 9caee2819f
commit 6859671230
12 changed files with 84 additions and 39 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ CXXFLAGS = --std=c++1z
OPTFLAGS = -O3 -flto -march=native
SHAREDFLAGS = -shared -fPIC
ifeq ($(PCH), 1)
PCHFLAGS = -include server/aggregations.h
PCHFLAGS = -include server/aggregations.h
else
PCHFLAGS =
PCHFLAGS =
endif
ifeq ($(OS),Windows_NT)