mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
BUILD: makefile: support BACKTRACE_LDFLAGS
The LDFLAGS appended by USE_BACKTRACE can now be overridden using BACKTRACE_LDFLAGS.
This commit is contained in:
parent
3b66494d25
commit
eb12fcc40a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -552,7 +552,7 @@ ifneq ($(USE_THREAD),)
|
|||
endif
|
||||
|
||||
ifneq ($(USE_BACKTRACE),)
|
||||
OPTIONS_LDFLAGS += -Wl,$(if $(EXPORT_SYMBOL),$(EXPORT_SYMBOL),--export-dynamic)
|
||||
BACKTRACE_LDFLAGS = -Wl,$(if $(EXPORT_SYMBOL),$(EXPORT_SYMBOL),--export-dynamic)
|
||||
endif
|
||||
|
||||
ifneq ($(USE_CPU_AFFINITY),)
|
||||
|
|
|
|||
Loading…
Reference in a new issue