mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-01-19 04:52:08 +00:00
Target C++11 for benchmark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user