This commit is contained in:
tqchen
2014-09-01 17:23:44 -07:00
parent 0c5f2b9409
commit 0d5debcc25
2 changed files with 7 additions and 3 deletions

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 -ansi