hashtable optimize, aggresive SIMD via openmp

This commit is contained in:
2023-06-12 19:06:31 +08:00
parent f9205dc2a6
commit 0815222e96
13 changed files with 212 additions and 112 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ ifeq ($(AQ_DEBUG), 1)
OPTFLAGS = -g3 #-static-libsan -fsanitize=address
# LINKFLAGS =
else
OPTFLAGS += -Ofast -DNDEBUG -fno-stack-protector
OPTFLAGS += -Ofast -DNDEBUG -fno-stack-protector -fopenmp
LINKFLAGS += -flto -s
endif