diff options
author | bloodstalker <thabogre@gmail.com> | 2020-04-30 15:08:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-04-30 15:08:10 +0000 |
commit | daf6a447bbdcef834d830ad7c43ad41683c63955 (patch) | |
tree | 6c72b95f2975bdc69a7179ef56529a6271b37193 /makefile | |
parent | working on the test script (diff) | |
download | cgrep-daf6a447bbdcef834d830ad7c43ad41683c63955.tar.gz cgrep-daf6a447bbdcef834d830ad7c43ad41683c63955.zip |
removed the boost dependency again
Diffstat (limited to '')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 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 |