chg back to g++

This commit is contained in:
tqchen 2014-09-06 22:21:50 -07:00
parent 014e830a04
commit 17ebdde707

View File

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