1
0
mirror of synced 2025-04-26 14:28:51 +03:00

Target C++11 for benchmark

This commit is contained in:
yhirose 2024-09-05 17:44:51 -04:00
parent 12c829f6d3
commit adf65cfe61

View File

@ -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