From 3ed03299a8a0ba429ec214a4d2e26455902e0e5c Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Thu, 1 Sep 2016 18:33:14 -0700 Subject: [PATCH] travis mac (#38) * chomo * try mac options --- nnvm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nnvm/Makefile b/nnvm/Makefile index 5990502367c3..e07704f499f0 100644 --- a/nnvm/Makefile +++ b/nnvm/Makefile @@ -14,8 +14,8 @@ ALL_DEP = $(ALL_OBJ) UNAME_S := $(shell uname -s) ifeq ($(UNAME_S), Darwin) - WHOLE_ARCH= -force_load - NO_WHOLE_ARCH= -noforce_load + WHOLE_ARCH= -all_load + NO_WHOLE_ARCH= -noall_load else WHOLE_ARCH= --whole-archive NO_WHOLE_ARCH= --no-whole-archive