add auto build script

This commit is contained in:
tqchen
2014-09-06 22:20:11 -07:00
parent 43a781f59b
commit a7a0b34a54
3 changed files with 13 additions and 2 deletions

View File

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