Skip to content
Snippets Groups Projects
Commit 7cd41a8e authored by SteelT's avatar SteelT
Browse files

Compile with -rdynamic on UNIXCOMMON platforms

parent d18fc888
No related branches found
No related tags found
1 merge request!1481Compile with -rdynamic for UNIXCOMMON platforms
......@@ -18,9 +18,11 @@ endif
#
#here is GNU/Linux and other
#
OPTS=-DUNIXCOMMON
#Use -rdynamic so a backtrace log shows function names instead of addresses
LDFLAGS+=-rdynamic
#LDFLAGS = -L/usr/local/lib
LIBS=-lm
ifdef LINUX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment