diff options
| author | bloodstalker <thabogre@gmail.com> | 2020-03-12 11:30:53 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2020-03-12 11:30:53 +0000 | 
| commit | 58c472ab39d081adeb7bcb4e301973f79e670a4c (patch) | |
| tree | 9ae5175accebec258b40ccd5ce12982afc1f29bf | |
| parent | update (diff) | |
| download | cgrep-1.0.0.0.tar.gz cgrep-1.0.0.0.zip | |
| -rw-r--r-- | makefile | 2 | ||||
| -rw-r--r-- | pch.hpp | 1 | 
2 files changed, 1 insertions, 2 deletions
| @@ -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 @@ -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> | 
