diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 5 insertions, 4 deletions
@@ -33,16 +33,17 @@ CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemoc  LIBS=\  -lboost_context \ --lboost_coroutine \ --lboost_program_options \  -lboost_system \ --lboost_thread \  -lboost_filesystem \ --lboost_regex \  -lpthread \  -lssl -lcrypto \  -ldl +#-lboost_coroutine \ +#-lboost_program_options \ +#-lboost_thread \ +#-lboost_regex \ +  ifeq ($(CXX),clang++-10)  LIBS+= \  -fuse-ld=lld-10 \  | 
