diff --git a/src/Makefile b/src/Makefile index 3ba1fd9..3a9b4e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CPP = g++-4.8 +CPP = g++ RM = rm -f CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++11 -g LD = g++