Fixed error in SDK and test

This commit is contained in:
Bill Sun
2022-09-15 21:21:49 +08:00
parent bc66663491
commit 8f3b648c53
14 changed files with 1128 additions and 919 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ MonetDB_LIB =
MonetDB_INC =
Threading =
CXXFLAGS = --std=c++1z
OPTFLAGS = -O3 -fno-semantic-interposition
OPTFLAGS = -g3 #-O3 -fno-semantic-interposition
LINKFLAGS = -flto
SHAREDFLAGS = -shared
FPIC = -fPIC