Explorar el Código

Target C++11 for benchmark

yhirose hace 1 año
padre
commit
adf65cfe61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      benchmark/Makefile

+ 1 - 1
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