You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove Netlink error variant for Android (#17)
This fixes compilation of Delta Chat
in debug mode
for Android 5 (API level 21) using NDK 27.
Without this change symbols like
`process_vm_writev` which are not
actually used are pulled in
and break linking step.
They are only optimized out
in release mode.
See <chatmail/core#6687>
for details.
0 commit comments