Commit b3e0b540 by Tianqi Chen

travis mac (#38)

* chomo

* try mac options
parent 0e9d9816
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment