chg back to g++

This commit is contained in:
tqchen 2015-01-30 21:47:49 -08:00
parent 8b2dbbb782
commit 02e98e0534

View File

@ -1,5 +1,5 @@
export CC = gcc
export CXX = clang++
export CXX = g++
export MPICXX = mpicxx
export LDFLAGS= -pthread -lm
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC