aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-29 10:48:35 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-29 10:48:35 +0000
commitcce8d6a9d7a05dd13a5b7295492316a91ee62a38 (patch)
tree93b8a06f8192e18ce4d5e6d26d30545ce29837fa /makefile
parentadded a gitter chatroom for mutator tools (diff)
downloadcgrep-cce8d6a9d7a05dd13a5b7295492316a91ee62a38.tar.gz
cgrep-cce8d6a9d7a05dd13a5b7295492316a91ee62a38.zip
removing filesystem for the time being. ill have to find another solution...
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index f1374d8..e403348 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,8 @@ else
endif
CXX_EXTRA?=
CTAGS_I_PATH?=./
-LD_FLAGS= -lstdc++fs
+#LD_FLAGS= -lstdc++fs
+LD_FLAGS=
EXTRA_LD_FLAGS?=
ADD_SANITIZERS_CC= -g -fsanitize=address -fno-omit-frame-pointer
ADD_SANITIZERS_LD= -g -fsanitize=address