Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rTorrent: Resolve memory access crash
rTorrent requires the usage of aligned memory access on all platforms (x86 and ARM) to prevent a memory access crash from happening. As such, we need to configure libtorrent with `--enable-aligned` to enable the feature. This is also more efficient for CPU usage at the cost of slightly more memory consumption. However, due to the relatively small usage of memory, all platforms will benefit. More information can be found here: rakshasa/libtorrent#244
- Loading branch information