Hi! I get the following error when trying to make make g++ -std=c++14 -O3 main.cpp -o raft -lz g++: error: unrecognized command line option '-std=c++14' make: *** [Makefile:6: all] Error 1 Thank you!