Use generic g++ version, and not 4.8 explicitly in makefile
This commit is contained in:
parent
ffc400f4f0
commit
8ae54cc598
|
|
@ -1,4 +1,4 @@
|
||||||
CPP = g++-4.8
|
CPP = g++
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++11 -g
|
CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++11 -g
|
||||||
LD = g++
|
LD = g++
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue