don't link with boost anymore as regex is handled by std now

这个提交包含在:
2020-03-29 21:24:31 +02:00
父节点 8595978560
当前提交 b53aeadb8e
共有 5 个文件被更改,包括 1 次插入6 次删除

查看文件

@@ -2,7 +2,7 @@
CXXFLAGS=-std=c++17 -O0 -g -no-pie -pipe -MMD -Wall -Wextra
RELEASE_CXXFLAGS=-std=c++17 -O3 -pipe -MMD -Wall -Wextra
LDFLAGS=-lsqlite3 -lpthread -lcrypto -lboost_regex -lstdc++fs -lseccomp
LDFLAGS=-lsqlite3 -lpthread -lcrypto -lstdc++fs -lseccomp
CXX=g++