open README with utf-8 and add gcc-8 (#3867)
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
20d5abf919
commit
1bf4083dc6
@@ -25,6 +25,9 @@ if echo "${OSTYPE}" | grep -q "darwin"; then
|
||||
elif which g++-7; then
|
||||
export CC=gcc-7
|
||||
export CXX=g++-7
|
||||
elif which g++-8; then
|
||||
export CC=gcc-8
|
||||
export CXX=g++-8
|
||||
elif which clang++; then
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
||||
Reference in New Issue
Block a user