Use generic g++ version, and not 4.8 explicitly in makefile

This commit is contained in:
Emiel Bruijntjes 2014-02-11 23:30:05 -08:00
parent ffc400f4f0
commit 8ae54cc598
1 changed files with 1 additions and 1 deletions

View File

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