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
I'm having the same error message when building with my own buildsystem which doesn't pass -march=native like sqlitecipher.pro does.
However AFAIU that flag can be problematic (code built on my machine might not run on a machine with an older CPU), so it would be better to use something like -march=core-avx2 which sets the bar much lower in terms of CPU requirement, no? I'm not 100% sure what the right flag would be, actually.
SOS!
How can I handle this error?
The text was updated successfully, but these errors were encountered: