aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-30 15:46:16 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-30 15:46:16 +0000
commita6c42a803ccf9327191caa0a419a8761df2d3d63 (patch)
treec45004c340b1601c332b636596069c1c7fcee490 /makefile
parentdeclarations no longer print out the declarations since they are already matc... (diff)
downloadcgrep-a6c42a803ccf9327191caa0a419a8761df2d3d63.tar.gz
cgrep-a6c42a803ccf9327191caa0a419a8761df2d3d63.zip
removed the debug prints. boost is no longer a dependency.1.1
Diffstat (limited to 'makefile')
-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