From 58c472ab39d081adeb7bcb4e301973f79e670a4c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 12 Mar 2020 15:00:53 +0330 Subject: getting rid of libboost as a build dependency. that will come with the next release. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f149ec7..9653060 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ endif CXX_EXTRA?= CTAGS_I_PATH?=./ #LD_FLAGS= -lstdc++fs -LD_FLAGS= -lboost_system -lboost_filesystem +LD_FLAGS= EXTRA_LD_FLAGS?= ADD_SANITIZERS_CC= -g -fsanitize=address -fno-omit-frame-pointer ADD_SANITIZERS_LD= -g -fsanitize=address -- cgit v1.2.3