Skip to content
Snippets Groups Projects
Commit 8cfe7cd9 authored by sphere's avatar sphere
Browse files

Merge branch 'unix-rdynamic' into 'next'

Compile with -rdynamic for UNIXCOMMON platforms

See merge request !1481
parents 4aa3bea6 7cd41a8e
No related branches found
No related tags found
1 merge request!1481Compile with -rdynamic for UNIXCOMMON platforms
...@@ -18,9 +18,11 @@ endif ...@@ -18,9 +18,11 @@ endif
# #
#here is GNU/Linux and other #here is GNU/Linux and other
# #
OPTS=-DUNIXCOMMON OPTS=-DUNIXCOMMON
#Use -rdynamic so a backtrace log shows function names instead of addresses
LDFLAGS+=-rdynamic
#LDFLAGS = -L/usr/local/lib #LDFLAGS = -L/usr/local/lib
LIBS=-lm LIBS=-lm
ifdef LINUX 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