Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cb06e13a
Commit
cb06e13a
authored
Jul 25, 2017
by
Pedro Gonnet
Browse files
add a ldflag to make sure symbol names are exported.
parent
82bc3b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cb06e13a
...
...
@@ -199,6 +199,7 @@ AC_ARG_ENABLE([threadpool-debugging],
)
if test "$enable_threadpool_debugging" = "yes"; then
AC_DEFINE([SWIFT_DEBUG_THREADPOOL],1,[Enable threadpool debugging])
LDFLAGS="$LDFLAGS -rdynamic"
fi
# Check if the general timers are switched on.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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