mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
For debugging purposes...
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers.
This commit is contained in:
parent
ee6a618116
commit
448f448d14
@ -91,7 +91,9 @@ if NO_UNDEFINED
|
||||
UNDEF = -no-undefined
|
||||
endif
|
||||
|
||||
if DONT_SKIP_THE_EXPORT_SYMBOLS_REGEX
|
||||
EXPORT_SYMBOLS = -export-symbols-regex '^ares_[[:alnum:]].*'
|
||||
endif
|
||||
|
||||
libcares_la_LDFLAGS = $(UNDEF) $(VER) $(EXPORT_SYMBOLS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user