From 7addac910b5a54d94667e671b2b89c449060074c Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 3 Jul 2015 15:23:26 -0700 Subject: [PATCH] Update Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a1ff6a854..62e4e17f0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ export CC = gcc export CXX = g++ export MPICXX = mpicxx export LDFLAGS= -L../lib -pthread -lm -lrt -export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -I../include -std=c++11 +export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -I../include -std=c++0x # specify tensor path BIN = speed_test model_recover local_recover lazy_recover