Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
f9e3d65e
Commit
f9e3d65e
authored
Sep 28, 2016
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API-GEN: Added linker flags.
Added linker flags so it will work in Linux.
parent
67ba114c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/vm/api/localtests/Makefile
src/vm/api/localtests/Makefile
+1
-1
No files found.
src/vm/api/localtests/Makefile
View file @
f9e3d65e
...
...
@@ -13,4 +13,4 @@ cpart.o: cpart.c cpart.h
$(CC)
-c
-I
$(INCLUDE_DIR)
-o
$@
$<
cclient
:
cclient.c cpart.h rustpart.a cpart.o ../muapi.h
$(CC)
-I
$(INCLUDE_DIR)
-o
$@
cclient.c cpart.o rustpart.a
$(CC)
-I
$(INCLUDE_DIR)
-
ldl
-pthread
-lm
-lrt
-lutil
-
o
$@
cclient.c cpart.o rustpart.a
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