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

Cette révision appartient à :
2020-03-29 21:24:31 +02:00
Parent c1991f15a3
révision d671bc15e2
5 fichiers modifiés avec 1 ajouts et 6 suppressions

Voir le fichier

@ -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++