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 +- pch.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 diff --git a/pch.hpp b/pch.hpp index dcebacf..ec1da21 100644 --- a/pch.hpp +++ b/pch.hpp @@ -10,7 +10,6 @@ #include "clang/Tooling/CommonOptionsParser.h" #include "clang/Tooling/Tooling.h" #include "llvm/Support/raw_ostream.h" -#include #include #include #include -- cgit v1.2.3