From adf65cfe61b2b036ec8d4f8e593f5029295ad9a2 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 5 Sep 2024 17:44:51 -0400 Subject: [PATCH] Target C++11 for benchmark --- benchmark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/Makefile b/benchmark/Makefile index f44b622..f9eda68 100644 --- a/benchmark/Makefile +++ b/benchmark/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS = -std=c++14 -O2 -I.. +CXXFLAGS = -std=c++11 -O2 -I.. THEAD_POOL_COUNT = 16 BENCH_FLAGS = -c 8 -d 5s