tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
332 stars 52 forks source link

fix: compile aarch64-linux-android binary on linux when enable lto. #83

Closed fengys1996 closed 2 months ago

fengys1996 commented 2 months ago

This PR changes pthread_atfork from a strong symbol to a weak symbol.

Related issue

81

fengys1996 commented 2 months ago

PTAL @BusyJay

BusyJay commented 2 months ago

You need to sign off your commits.

fengys1996 commented 2 months ago

You need to sign off your commits.

Done.

BusyJay commented 2 months ago

Thank you!