Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
64402c14
Commit
64402c14
authored
Sep 11, 2017
by
Yizhi Liu
Committed by
Tianqi Chen
Sep 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable fopen64 in dmlc-core (#443)
parent
28281c99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
+1
-1
dmlc-core
+1
-1
No files found.
Makefile
View file @
64402c14
...
...
@@ -23,7 +23,7 @@ endif
UNAME_S
:=
$(
shell
uname
-s
)
# 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
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
...
...
dmlc-core
@
46886a6b
Subproject commit
87a0c16267f94155957e527ac362269e5bb33f0
e
Subproject commit
46886a6b47f660cda581e497378204ccc029a01
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment