Skip to content

Commit

Permalink
getting rid of libboost as a build dependency. that will come with th…
Browse files Browse the repository at this point in the history
…e next release.
  • Loading branch information
terminaldweller committed Mar 12, 2020
1 parent 2293295 commit 58c472a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/raw_ostream.h"
#include <boost/filesystem.hpp>
#include <cassert>
#include <cstdlib>
#include <dirent.h>
Expand Down

0 comments on commit 58c472a

Please sign in to comment.