From a3ca03cfc1105d1637ec2ae4621f7f6a68534362 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 3 Mar 2014 15:21:50 -0800 Subject: [PATCH] backup makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fd04e3cd..b55cb3ac4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export CC = gcc export CXX = g++ -export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas +export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp # specify tensor path BIN = xgboost