Merge branch 'unix-rdynamic' into 'next'

Compile with -rdynamic for UNIXCOMMON platforms

See merge request STJr/SRB2!1481
This commit is contained in:
sphere 2021-06-02 06:31:14 -04:00
commit 8cfe7cd971

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