aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-04-30 15:08:10 +0000
committerbloodstalker <thabogre@gmail.com>2020-04-30 15:08:10 +0000
commitdaf6a447bbdcef834d830ad7c43ad41683c63955 (patch)
tree6c72b95f2975bdc69a7179ef56529a6271b37193
parentworking on the test script (diff)
downloadcgrep-daf6a447bbdcef834d830ad7c43ad41683c63955.tar.gz
cgrep-daf6a447bbdcef834d830ad7c43ad41683c63955.zip
removed the boost dependency again
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e5f241a..cff732a 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