Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot Resolver
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
124
Issues
124
List
Boards
Labels
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot Resolver
Commits
3f4d8cbe
Commit
3f4d8cbe
authored
May 19, 2015
by
Marek Vavruša
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: link symbols as needed
this saves space for both library and daemon
parent
be63f142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platform.mk
platform.mk
+1
-0
No files found.
platform.mk
View file @
3f4d8cbe
...
...
@@ -16,6 +16,7 @@ ifeq ($(OS),Windows_NT)
BINEXT
:=
.exe
else
UNAME
:=
$(
shell
uname
-s
)
LDFLAGS
+=
-Wl
,--as-needed
ifeq
($(UNAME),Darwin)
PLATFORM
:=
Darwin
LIBEXT
:=
.dylib
...
...
Ghost User
@ghost
mentioned in commit
c8b02e9c
·
May 19, 2015
mentioned in commit
c8b02e9c
mentioned in commit c8b02e9ca341beee195a8e6e69b167b9f068da8f
Toggle commit list
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