mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Merge branch 'unix-rdynamic' into 'next'
Compile with -rdynamic for UNIXCOMMON platforms See merge request STJr/SRB2!1481
This commit is contained in:
commit
8cfe7cd971
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