mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 16:47:18 +02: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
2
Makefile
2
Makefile
@ -552,7 +552,7 @@ ifneq ($(USE_THREAD),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(USE_BACKTRACE),)
|
ifneq ($(USE_BACKTRACE),)
|
||||||
OPTIONS_LDFLAGS += -Wl,$(if $(EXPORT_SYMBOL),$(EXPORT_SYMBOL),--export-dynamic)
|
BACKTRACE_LDFLAGS = -Wl,$(if $(EXPORT_SYMBOL),$(EXPORT_SYMBOL),--export-dynamic)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(USE_CPU_AFFINITY),)
|
ifneq ($(USE_CPU_AFFINITY),)
|
||||||
|
Loading…
Reference in New Issue
Block a user