Skip to content
Snippets Groups Projects
Commit cb06e13a authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add a ldflag to make sure symbol names are exported.

parent 82bc3b80
No related branches found
No related tags found
1 merge request!375Threadpool task plots
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment