mirror of
https://github.com/curl/curl.git
synced 2026-05-05 04:29:55 +03: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue