Optimize Docker

This commit is contained in:
2022-09-29 04:41:28 +08:00
parent 09aa73c346
commit 8a5941abe2
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ MonetDB_LIB =
MonetDB_INC =
Threading =
CXXFLAGS = --std=c++1z
OPTFLAGS = -O3 -DNDEBUG
OPTFLAGS = -O3 -DNDEBUG
LINKFLAGS = -flto # + $(AQ_LINK_FLAG)
SHAREDFLAGS = -shared
FPIC = -fPIC