initial support for pack expr

This commit is contained in:
2022-10-14 20:36:09 +08:00
parent 826c156d9f
commit 169b55a679
14 changed files with 158 additions and 180 deletions
+5 -1
View File
@@ -3,7 +3,11 @@ MonetDB_LIB =
MonetDB_INC =
Threading =
CXXFLAGS = --std=c++1z
OPTFLAGS = -O3 -DNDEBUG
ifeq ($(AQ_DEBUG), 1)
OPTFLAGS = -g3
else
OPTFLAGS = -O3 -DNDEBUG -fno-stack-protector
endif
LINKFLAGS = -flto # + $(AQ_LINK_FLAG)
SHAREDFLAGS = -shared
FPIC = -fPIC