Added prev/next aggregation functions

This commit is contained in:
2022-10-17 15:13:48 +08:00
parent a9b0c185e1
commit 818ab3b2e5
8 changed files with 45 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ CXXFLAGS = --std=c++1z
ifeq ($(AQ_DEBUG), 1)
OPTFLAGS = -g3
else
OPTFLAGS = -O3 -DNDEBUG -fno-stack-protector
OPTFLAGS = -O3 -DNDEBUG -fno-stack-protector
endif
LINKFLAGS = -flto # + $(AQ_LINK_FLAG)
SHAREDFLAGS = -shared