tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

Explicitly disable SEH on Windows #1640

Closed penberg closed 1 month ago

penberg commented 1 month ago

We don't support SEH on Windows because of WAL virtualization so let's just disable it in the source code. This comes after spending 30 minutes of quality time with our build system and CMake in an attempt to disable it externally...