enable support for lambda preprocessing function, and c++11

This commit is contained in:
tqchen
2014-12-19 02:00:43 -08:00
parent 58331067f8
commit 1754fdbf4e
10 changed files with 124 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ export CC = gcc
export CXX = g++
export MPICXX = mpicxx
export LDFLAGS= -pthread -lm -lrt
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -I../src
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -I../src -std=c++11
# specify tensor path
BIN = speed_test test_model_recover test_local_recover