mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
remove rdynamic
This commit is contained in:
parent
c2eb64b67f
commit
890332728f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -37,7 +37,7 @@ endif
|
|||
ifeq ($(OS),Darwin)
|
||||
LDPARAM =
|
||||
else
|
||||
LDPARAM = -rdynamic -Wl,-warn-unresolved-symbols -fPIC -pie
|
||||
LDPARAM = -Wl,-warn-unresolved-symbols -fPIC -pie
|
||||
endif
|
||||
|
||||
ifeq ($(TYPE),debug)
|
||||
|
@ -48,7 +48,7 @@ endif
|
|||
ifeq ($(TYPE), release)
|
||||
CCPARAM += -O3 -Wno-unused-variable
|
||||
ifneq ($(OS), Darwin)
|
||||
LDPARAM = -rdynamic -Wl,--unresolved-symbols=ignore-in-object-files
|
||||
LDPARAM = -Wl,--unresolved-symbols=ignore-in-object-files
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue