Tencent / flare

Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。
Other
1.33k stars 200 forks source link

Always use --no-as-needed to make sure link_all_symbols work as intended. #26

Closed 0x804d8000 closed 3 years ago

0x804d8000 commented 3 years ago

cc @chen3feng . link_all_symbols won't work at all if -Wl,--as-needed is set by user (to be fair the user shouldn't be using this flag anyway.).