Commit 64402c14 by Yizhi Liu Committed by Tianqi Chen

disable fopen64 in dmlc-core (#443)

parent 28281c99
...@@ -23,7 +23,7 @@ endif ...@@ -23,7 +23,7 @@ endif
UNAME_S := $(shell uname -s) UNAME_S := $(shell uname -s)
# The flags # The flags
LLVM_CFLAGS= -fno-rtti -DDMLC_ENABLE_RTTI=0 LLVM_CFLAGS= -fno-rtti -DDMLC_ENABLE_RTTI=0 -DDMLC_USE_FOPEN64=0
LDFLAGS = -pthread -lm -ldl LDFLAGS = -pthread -lm -ldl
INCLUDE_FLAGS = -Iinclude -I$(DLPACK_PATH)/include -I$(DMLC_CORE_PATH)/include -IHalideIR/src -Itopi/include INCLUDE_FLAGS = -Iinclude -I$(DLPACK_PATH)/include -I$(DMLC_CORE_PATH)/include -IHalideIR/src -Itopi/include
CFLAGS = -std=c++11 -Wall -O2 $(INCLUDE_FLAGS) -fPIC CFLAGS = -std=c++11 -Wall -O2 $(INCLUDE_FLAGS) -fPIC
......
Subproject commit 87a0c16267f94155957e527ac362269e5bb33f0e Subproject commit 46886a6b47f660cda581e497378204ccc029a01e
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