Compile with -rdynamic on UNIXCOMMON platforms

This commit is contained in:
Steel Titanium 2021-04-26 03:48:38 -04:00
parent d18fc8882f
commit 7cd41a8eb7

View file

@ -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