mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Compile with -rdynamic on UNIXCOMMON platforms
This commit is contained in:
parent
d18fc8882f
commit
7cd41a8eb7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue