Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
3f4d8cbe
Commit
3f4d8cbe
authored
May 19, 2015
by
Marek Vavruša
Browse files
build: link symbols as needed
this saves space for both library and daemon
parent
be63f142
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
...
...
Write
Preview
Supports
Markdown
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