From e3d77a4b9c3554ba071596720864524263b586dc Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Wed, 20 Nov 2019 22:26:48 +0100 Subject: [PATCH] Disables asio concurrency support. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e0fb501e..e259da08 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ CPPFLAGS += -std=c++17 -g CPPFLAGS += -I/opt/boost_1_71_0/include CPPFLAGS += -I/opt/aedis-1.0.0 +CPPFLAGS += -DBOOST_ASIO_CONCURRENCY_HINT_1=BOOST_ASIO_CONCURRENCY_HINT_UNSAFE examples: % : %.o $(CXX) -o $@ $^ $(CPPFLAGS) -lfmt -lpthread