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 /makefile | |
parent | update (diff) | |
download | cgrep-58c472ab39d081adeb7bcb4e301973f79e670a4c.tar.gz cgrep-58c472ab39d081adeb7bcb4e301973f79e670a4c.zip |
Diffstat (limited to 'makefile')
-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 |